Skip to content

Pygments lexer for SQL PL (SQL Procedural Language), a DB2 implementation of ANSI SQL/PSM

License

Notifications You must be signed in to change notification settings

mitakas/pygments-sql-pl-lexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contents

SQL PL (SQL Procedural Language) is the DB2 implementation of ANSI SQL/PSM. This module extends the SqlLexer lexer of Pygments to support more keywords of SQL PL.

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 sqlpl.:

$ pygmentize -L lexers | grep sqlpl

Use the lexer in LaTeX

Replace <language> with sqlpl:

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

For example:

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

CREATE OR REPLACE MODULE project @
\end{minted}

produces

https://raw.githubusercontent.com/mitakas/pygments-sql-pl-lexer/master/docs/example.png

About

Pygments lexer for SQL PL (SQL Procedural Language), a DB2 implementation of ANSI SQL/PSM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages