summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | * | | | | Added lexer for Transact-SQL as used by Microsoft SQL Server and Sybase.Thomas Aglassinger2016-03-211-0/+1
| | | | | |/ / / /
| | | | * | | | | Implement Crystal lexer (based on RubyLexer)Oleh Prypin2016-03-221-0/+1
| | | | |/ / / /
| | | * | | | | Add tasm lexer.Ruben De Smet2016-01-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I copied the nasm lexer and added or removed things that are different.
| | * | | | | | Add Monte lexer.Corbin Simpson2016-05-061-1/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Added RNC lexer and sample fileMike Elson2016-04-191-0/+1
| |/ / / / /
* | | | | | Add initial Cap'n Proto lexerCorey Richardson2016-05-161-1/+2
|/ / / / /
* | | | | Merge in Extempore lexer (PR#530)Georg Brandl2016-02-171-0/+1
|\ \ \ \ \
| * | | | | add lexer for the Extempore programming language/environmentBen Swift2015-12-111-1/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | for more info, see http://extempore.moso.com.au https://github.com/digego/extempore
* | | | | NCL: add to changelog, mapping, and fix nits.Georg Brandl2016-02-171-0/+1
| | | | |
* | | | | Merged in dscorbett/pygments-jsgf (pull request #546)Georg Brandl2016-02-171-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a lexer for JSGF
| * | | | | Add a lexer for JSGFDavid Corbett2016-01-241-0/+1
| | | | | |
* | | | | | Merge in HSAIL lexer (PR#518).Georg Brandl2016-02-171-452/+476
|\ \ \ \ \ \
| * | | | | | Add Silver to changelog, move Boogie&Silver to one module.Georg Brandl2016-02-171-2/+2
| | | | | | |
| * | | | | | Merged in fhahn/pygments-main/silver-lexer (pull request #537)Georg Brandl2016-02-171-1/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add lexer for the Silver language
| | * | | | | | Move Silver and Boogie lexers to separate modulesFlorian Hahn2016-02-111-2/+2
| | | | | | | |
| | * | | | | | Add lexer for the Silver languageFlorian Hahn2016-01-061-0/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Flatline: add to changelog, style nits.Georg Brandl2016-02-171-1/+1
| | | | | | |
| * | | | | | Merged in cheesinglee/pygments-main (pull request #551)Georg Brandl2016-02-171-0/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add Flatline lexer
| | * \ \ \ \ \ Merged in hhsprings/pygments-hhs-sub/add-wdiff-lexer (pull request #513)Georg Brandl2016-02-171-0/+1
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | | | | | | | | Add the lexer for wdiff output. (close #960)
| | | * | | | | Clean lexer: style nitsGeorg Brandl2016-02-161-1/+1
| | | | | | | |
| | | * | | | | Merged in camilstaps/pygments-main (pull request #503)Georg Brandl2016-02-161-0/+1
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a Clean (http://clean.cs.ru.nl/Clean) Lexer and example file
| | | | * | | | | Adds a Clean (http://clean.cs.ru.nl/Clean) Lexer and example fileCamil Staps2015-10-041-0/+1
| | | | | | | | |
| | * | | | | | | Merged default into add-wdiff-lexerHiroaki Itoh2016-02-161-0/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Merged default into add-wdiff-lexerHiroaki Itoh2016-02-031-2/+6
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2016-01-191-0/+1
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | | | * | | | | | Merged default into add-wdiff-lexerHiroaki Itoh2015-11-151-0/+1
| | | | |\ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | |
| | | | | * | | | | Merged default into add-wdiff-lexerHiroaki Itoh2015-11-121-0/+1
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-101-0/+4
| | | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-101-0/+2
| | | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-091-0/+1
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | Add the lexer for `wdiff <https://www.gnu.org/software/wdiff/>`_ output.hhsprings2015-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (issue `#960 <https://bitbucket.org/birkenfeld/pygments-main/issues/960/syntax-highlighting-for-wdiff>`_)
| | | * | | | | | | | | | | Update mapfiles.Georg Brandl2016-01-161-1/+1
| | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | |
| | | * | | | | | | | | | Regenerate mapfiles.Georg Brandl2016-01-041-1/+1
| | | | | | | | | | | | |
| | | * | | | | | | | | | Regenerate mapfiles.Georg Brandl2016-01-041-2/+2
| | | |/ / / / / / / / /
| | | * | | | | | | | | Merged birkenfeld/pygments-main into defaultNate Whetsell2015-11-131-1/+8
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /
| | | | * | | | | | | | Merged default into mapping-should-keep-nlHiroaki Itoh2015-11-101-1/+8
| | | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / | | | | |/| | | | | | |
| | | | | * | | | | | | Merged default into mapping-should-keep-nlHiroaki Itoh2015-11-101-0/+2
| | | | | |\ \ \ \ \ \ \ | | | | | | | |_|/ / / / | | | | | | |/| | | | |
| | | | | * | | | | | | move `.replace` immediately after `read()`, andhhsprings2015-11-091-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | explain in a comment that it's for windows.
| | | | | * | | | | | | Merged default into mapping-should-keep-nlHiroaki Itoh2015-11-091-3/+3
| | | | | |\ \ \ \ \ \ \ | | | | | | |_|/ / / / / | | | | | |/| | | | | |
| | | | | | * | | | | | _mapping.py should keep NL not CRNL.hhsprings2015-11-071-3/+3
| | | | | | | |/ / / / | | | | | | |/| | | |
| | | * | | | | | | | Merged birkenfeld/pygments-main into defaultNate Whetsell2015-11-111-0/+7
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / /
| | | | * | | | | | | Merged in hhsprings/pygments-hhs-sub/add-pkgconfig-lexer (pull request #517)Tim Hatch2015-11-101-0/+2
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lexers for pkg-config, pacman.conf
| | | | | * \ \ \ \ \ \ Merged default into add-abnf-lexerHiroaki Itoh2015-11-101-0/+2
| | | | | |\ \ \ \ \ \ \ | | | | | | | |_|/ / / / | | | | | | |/| | | | |
| | | | | * | | | | | | Merged default into add-abnf-lexerHiroaki Itoh2015-11-091-0/+2
| | | | | |\ \ \ \ \ \ \ | | | | | | |_|/ / / / / | | | | | |/| | | | | |
| | | | | | * | | | | | Add the lexer for original BNF.hhsprings2015-11-051-0/+1
| | | | | | | | | | | |
| | | | | | * | | | | | Add the lexer for IETF 7405 ABNF <http://www.ietf.org/rfc/rfc7405.txt>.hhsprings2015-11-051-0/+1
| | | | | | | |/ / / / | | | | | | |/| | | |
| | | | * | | | | | | merge configs_pkgmng.py to configs.py.hhsprings2015-11-101-2/+2
| | | | | | | | | | |
| | | | * | | | | | | Merged default into add-pkgconfig-lexerHiroaki Itoh2015-11-101-0/+2
| | | | |\ \ \ \ \ \ \ | | | | | | |_|/ / / / | | | | | |/| | | | |
| | | | | * | | | | | Merged default into add-termcapterminfo-lexerHiroaki Itoh2015-11-091-0/+2
| | | | | |\ \ \ \ \ \ | | | | | | |/ / / / / | | | | | |/| | | | |
| | | | | | * | | | | Add the lexer for traditional termcap/terminfo source.hhsprings2015-11-041-0/+2
| | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is very simple and minimal, but it gives us much enough readability.