Skip to main content

Pygments lexer for CCL

Project description

Contents
========

CCL Lexer for the Cerner Command Language.
This module extends the *SqlLexer* lexer of `Pygments`_ to support more
keywords of CCL.

Installation
============

Use the following commands to install the package::

$ cd pygments-sql-pl-lexer
$ [sudo] python setup.py install

Check if the lexer is present
=============================

Simply grep the output of the following command for **ccl**.::

$ pygmentize -L lexers | grep ccl

Use the lexer in LaTeX
======================

Replace <language> with **ccl**::

\begin{minted}{<language>}
<code>
\end{minted}

For example::

\begin{minted}[linenos=true,frame=single]{ccl}
--#SET TERMINATOR @

CREATE OR REPLACE MODULE project @
\end{minted}





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

pygments-ccl-lexer-0.7.77.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

pygments_ccl_lexer-0.7.77-py2-none-any.whl (7.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page