Pygments lexer for Common Lisp REPL
Project description
Overview
This package provides a Pygments lexer for Common Lisp REPL sessions. The lexer is published as an entry point and, once installed, Pygments will pick it up automatically.
You can then use this lexer with Pygments:
$ pygmentize -l common-lisp-repl pygments_cl_repl/test.common-lisp-repl
In Sphinx documents the lexer is selected with the highlight directive:
.. highlight:: common-lisp-repl
Installation
Use your favorite installer to install pygments-cl-repl into the same Python you have installed Pygments. For example:
$ pip install pygments-cl-repl
To verify the installation run:
$ pygmentize -L lexer | grep -i common-lisp-repl * common-lisp-repl: Common Lisp REPL (filenames *.common-lisp-repl)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygments-cl-repl-0.2.1.tar.gz
(16.3 kB
view hashes)
Built Distribution
Close
Hashes for pygments_cl_repl-0.2.1-py37.py38.py39-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 729b03654d69a164de117c7ccc6982e7bcd449b3444ff4c1421832392eee8cda |
|
MD5 | 44c4633dfb79b32f98b394e754b23790 |
|
BLAKE2b-256 | f69f2b9d6644ff5a1580610c19d34273e958933e789c5debf930a9f42e182cca |