Metadata-Version: 2.1
Name: pygments-simtalk
Version: 0.1.1
Summary: A Pygments lexer for the SimTalk programming language.
Author: Sean Reed
Author-email: sean@sean-reed.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pygments (>=2.18.0,<3.0.0)
Description-Content-Type: text/markdown

A Pygments lexer plugin for the SimTalk programming language. This plugin adds syntax highlighting for SimTalk to the Pygments tool.

## Install
You can install it with pip (or your favourite Python ackage manager):
`pip install pygments-simtalk`

Pygments should automatically detect the presence of the lexer and make it available to use.

## Usage

See the Pygments docs and use language name `simtalk`.

## Bugs and Issues
Please create an issue if you encounter any problems with the syntax highlighting. Please include a minimal code sample
along with a description of what you expect to see and what you actually see.
