New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pygments-cl-repl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pygments-cl-repl

Pygments lexer for Common Lisp REPL

  • 0.2.2
  • PyPI
  • Socket score

Maintainers
1

================ 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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc