Socket
Socket
Sign inDemoInstall

pygments-cl-repl

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pygments-cl-repl

Pygments lexer for Common Lisp REPL


Maintainers
1

Readme

================ pygments-cl-repl

Syntax coloring for Common Lisp REPL sessions

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

.. _Common Lisp REPL: http://www.cliki.net/REPL .. _Pygments: http://pygments.org/ .. _Sphinx: http://sphinx-doc.org/

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)

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc