Pygments Lexer for a french pseudocode
Project description
# (French) Pseudocode syntax lexer for Pygments
This package contains a Pygments Lexer for some basic pseudocode algorithmics.
## Installation
The lexer is available as a Pip package:
pip install pygments-lexer-pseudocode
Alternatively, to install from the git repository: (you may need to sudo depending on your Python environment)
python setup.py install
## Usage
After installation the Pseudocode lexer automatically registers itself for files with the .algo and .pseudocode extensions. Therefore, usage is easy:
pygmentize document.algo
You can also manally indicate you want to use the Pseudocode lexer by using a command line flag:
pygmentize -l pseudocode somefile
## Contribute
If you found a bug, don’t hesitate to make a pull request.
## License
The Pseudocode lexer is licensed under the terms of the MIT licence
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pygments-lexer-pseudocode-2.0.1.tar.gz
.
File metadata
- Download URL: pygments-lexer-pseudocode-2.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 628d7bdcc944b3e52188d0509e4decaa200c5af7d91ecd04521970c749b32eac |
|
MD5 | ac135ab4e02fc68fa85da81fe6546c6f |
|
BLAKE2b-256 | 9ccb5097fc3772cc60d5208fed69d5d0598d909b8fa91b61ff2006133e0fdff5 |