summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | | | | | | Initial commit of MathematicaLexermadereth2013-10-131-0/+1
| | | | |/ / / / / / /
| | | * | | | | | | | Added lexer for new Hy language, a variant of Lisp runningBob Tolbert2013-09-081-0/+1
| | | | |/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Python. See: http://hylang.org Note that this shares a file extension with the Hybris language but the analyse_text() function does a good job of making the distinction. This did however require one change to the tests to actually pass the code of the test file to get_lexer_for_filename() so that the tests would differentiate Hy from Hybris. And while this is a Lisp and shares some syntax with Clojure, it has been added to the agile.py file to share the lists of keywords and builtins with the PythonLexer.
| | * | | | | | | | Add ChapelLexer for Chapel source.Thomas Van Doren2013-11-251-0/+1
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Fixed a typo in the header 'pygments/lexer/_mapping.py' by adding one ↵sjorek2013-09-151-2/+2
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | missing 'i' in in the words 'definition' and 'definitions'. As the header (as well as the footer) is not part of this file's automatic regeneration I dared to do it manually :-)
| | * | | | | | merge with timjb/pygments-main (Agda lexers), pull request #203Georg Brandl2013-05-201-0/+2
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | Add support for Literate Agda (factoring out some helper functionsTim Baumann2013-05-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the Literate Haskell implementation)
| | | * | | | | Added lexer for AgdaTim Baumann2013-05-191-0/+1
| | | | | | | |
| | * | | | | | Closes #850: recognize .wsf as XML files.Georg Brandl2013-05-191-1/+1
| | | | | | | |
| | * | | | | | Merged in roskakori/pygments-main (pull request #199)Georg Brandl2013-05-191-18/+21
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Added lexer for Rexx
| | | * \ \ \ \ \ merge with bitbucket.org/andyli/pygments-main (Haxe3 lexer), pull request #174Georg Brandl2013-05-191-1/+1
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge upstream changes.Andy Li2013-02-191-10/+33
| | | | |\ \ \ \ \ \ | | | | | | |_|/ / / | | | | | |/| | | |
| | | | * | | | | | updated Haxe infoAndy Li2012-11-261-1/+1
| | | | | | | | | |
| | | | * | | | | | Renamed haXe to Haxe, according to ↵Andy2012-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://groups.google.com/forum/#!topic/haxelang/O7PB-ZrX4i4/discussion
| | | * | | | | | | merge with bitbucket.org/rgerkin/pygments-main (Igor Pro lexer), pull ↵Georg Brandl2013-05-191-0/+1
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request #172
| | | | * | | | | | | Added a lexer for Igor ProRick Gerkin2013-02-211-0/+1
| | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | merge with https://bitbucket.org/bd808/pygments-main/ (EBNF lexer), pull ↵Georg Brandl2013-05-191-19/+23
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request #193
| | | | * \ \ \ \ \ \ merge with mgorny/pygments-vim-modelines-r1 (pull request #118)Georg Brandl2013-05-191-18/+18
| | | | |\ \ \ \ \ \ \ | | | | | |_|_|/ / / / | | | | |/| | | | | |
| | | | | * | | | | | Update LEXERS.Micha? G?rny2012-10-191-19/+19
| | | | | | | | | | |
| | | | | * | | | | | Introduce a very simple vim modeline parser.Micha? G?rny2012-10-191-0/+317
| | | | | / / / / /
| | | | * | | | | | Merge from https://bitbucket.org/birkenfeld/pygments-mainWilliam Fulton2013-05-111-0/+1
| | | | |\ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | |
| | | | | * | | | | Update aliases and mimetypes mapping for SWIGWilliam Fulton2013-02-161-1/+1
| | | | | | | | | |
| | | | | * | | | | Add support for SWIG - http://www.swig.org. SWIG is an extension to C++ ↵wsfulton2013-02-101-0/+1
| | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | hence the implementation is derived from CppLexer with additions to identify SWIG's special variables, such as _type, and the SWIG directives which begin with %.
| | | * | | | | | Lexer for ISO/IEC 14977 EBNF grammars.Bryan Davis2013-04-251-0/+1
| | | | |_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A regex based lexer for EBNF as defined in http://www.cl.cam.ac.uk/~mgk25/iso-14977.pdf Related to issue #805.
| | * | | | | | Cleaned up case in name of Rexx lexer.roskakori2013-05-101-1/+1
| | | | | | | |
| | * | | | | | Added lexer for Rexx.Thomas Aglassinger2013-05-101-0/+1
| | | |/ / / / | | |/| | | |
| | * | | | | Merged in ppannuto/pygments-main (pull request #166)Tim Hatch2013-05-061-0/+1
| | |\ \ \ \ \
| | | * \ \ \ \ Update branch to match headPat Pannuto2013-05-061-1/+2
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | Pull mainline changes and mergePat Pannuto2013-04-171-0/+1
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | * | | | | Add lexing support for nesCPat Pannuto2013-02-141-0/+1
| | | | |_|/ / | | | |/| | |
| | * | | | | Ran tests and fixed errors this time...Alex Gilding2013-05-061-1/+1
| | | | | | |
| | * | | | | Merged birkenfeld/pygments-main into defaultleushenko2013-05-061-1/+2
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Merged in hoelzro/pygments-main (pull request #181)Tim Hatch2013-05-051-0/+1
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add Perl 6 lexer
| | | | * | | | Update _mapping.pyRob Hoelz2013-04-101-1/+1
| | | | | | | |
| | | | * | | | Merge commits from main pygments repoRob Hoelz2013-03-201-0/+1
| | | | |\ \ \ \ | | | | | |/ / / | | | | | | | | | | | | | | | | Hg: changed pygments/__init__.py
| | | | * | | | Merged birkenfeld/pygments-main into defaultRobert Hoelz2013-01-281-10/+26
| | | | |\ \ \ \
| | | | * | | | | Add *extremely* basic Perl6 lexerRob Hoelz2012-12-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It handles comments, and poorly
| | | * | | | | | PowerShellLexer: add *.psm1 to _mappinggentoo902013-04-081-1/+1
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | added .bbAlex Gilding2013-05-031-0/+1
| | |/ / / / /
| | * | | | | Lexer for Clay programming language.Stepan Koltsov2013-04-041-0/+1
| | | |_|/ / | | |/| | | | | | | | | | | | | | | https://github.com/jckarter/clay/
| | * | | | Added ShellSessionLexerChristian Jann2013-01-251-0/+1
| | | |/ / | | |/| |
| | * | | Merged in vlotorev/pygments-main (pull request #156)Georg Brandl2013-01-201-2/+2
| | |\ \ \ | | | | | | | | | | | | | | | | | | add full language name in aliases for systemverilog+verilog in lexers/hdl.py
| | | * | | Closes #837: add an alias for the RegeditLexer.Georg Brandl2013-01-201-1/+1
| | | | | |
| | | * | | Add support for *.robot as an alternative extension for *.txt.Pekka Kl?rck2013-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new extension was added in the recent Robot Framework 2.7.6: http://code.google.com/p/robotframework/wiki/ReleaseNotes27#Robot_Framework_2.7.6
| | * | | | added language full name in aliases for systemverilog+verilog in lexers/hdl.pyVitaliy Lotorev2013-01-111-2/+2
| | |/ / /
| | * | | Merged in waywardmonkeys/pygments-main (pull request #149: [dylan] Add ↵Georg Brandl2013-01-101-0/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | DylanConsoleLexer.)
| | | * \ \ Merged.Bruce Mitchener, Jr2013-01-101-0/+1
| | | |\ \ \
| | | | * | | [dylan] Add DylanConsoleLexer.Bruce Mitchener, Jr2013-01-101-0/+1
| | | | | | |
| | * | | | | merge with https://bitbucket.org/dhowett/pygments-main#logosGeorg Brandl2013-01-101-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Add a lexer for the Logos language, which inherits functionality from the ↵Dustin Howett2013-01-091-0/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | ObjectiveCppLexer.
| | * | | | Closes #762: add Visual FoxPro lexer.Georg Brandl2013-01-091-0/+1
| | | | | |