Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | | Initial commit of MathematicaLexer | madereth | 2013-10-13 | 1 | -0/+1 | |
| | | | |/ / / / / / / | ||||||
| | | * | | | | | | | | Added lexer for new Hy language, a variant of Lisp running | Bob Tolbert | 2013-09-08 | 1 | -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 Doren | 2013-11-25 | 1 | -0/+1 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Fixed a typo in the header 'pygments/lexer/_mapping.py' by adding one ↵ | sjorek | 2013-09-15 | 1 | -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 #203 | Georg Brandl | 2013-05-20 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | | * | | | | | Add support for Literate Agda (factoring out some helper functions | Tim Baumann | 2013-05-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the Literate Haskell implementation) | |||||
| | | * | | | | | Added lexer for Agda | Tim Baumann | 2013-05-19 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Closes #850: recognize .wsf as XML files. | Georg Brandl | 2013-05-19 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Merged in roskakori/pygments-main (pull request #199) | Georg Brandl | 2013-05-19 | 1 | -18/+21 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added lexer for Rexx | |||||
| | | * \ \ \ \ \ | merge with bitbucket.org/andyli/pygments-main (Haxe3 lexer), pull request #174 | Georg Brandl | 2013-05-19 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ | Merge upstream changes. | Andy Li | 2013-02-19 | 1 | -10/+33 | |
| | | | |\ \ \ \ \ \ | | | | | | |_|/ / / | | | | | |/| | | | | ||||||
| | | | * | | | | | | updated Haxe info | Andy Li | 2012-11-26 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | Renamed haXe to Haxe, according to ↵ | Andy | 2012-11-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://groups.google.com/forum/#!topic/haxelang/O7PB-ZrX4i4/discussion | |||||
| | | * | | | | | | | merge with bitbucket.org/rgerkin/pygments-main (Igor Pro lexer), pull ↵ | Georg Brandl | 2013-05-19 | 1 | -0/+1 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request #172 | |||||
| | | | * | | | | | | | Added a lexer for Igor Pro | Rick Gerkin | 2013-02-21 | 1 | -0/+1 | |
| | | | | |/ / / / / | | | | |/| | | | | | ||||||
| | | * | | | | | | | merge with https://bitbucket.org/bd808/pygments-main/ (EBNF lexer), pull ↵ | Georg Brandl | 2013-05-19 | 1 | -19/+23 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request #193 | |||||
| | | | * \ \ \ \ \ \ | merge with mgorny/pygments-vim-modelines-r1 (pull request #118) | Georg Brandl | 2013-05-19 | 1 | -18/+18 | |
| | | | |\ \ \ \ \ \ \ | | | | | |_|_|/ / / / | | | | |/| | | | | | | ||||||
| | | | | * | | | | | | Update LEXERS. | Micha? G?rny | 2012-10-19 | 1 | -19/+19 | |
| | | | | | | | | | | | ||||||
| | | | | * | | | | | | Introduce a very simple vim modeline parser. | Micha? G?rny | 2012-10-19 | 1 | -0/+317 | |
| | | | | / / / / / | ||||||
| | | | * | | | | | | Merge from https://bitbucket.org/birkenfeld/pygments-main | William Fulton | 2013-05-11 | 1 | -0/+1 | |
| | | | |\ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | | | ||||||
| | | | | * | | | | | Update aliases and mimetypes mapping for SWIG | William Fulton | 2013-02-16 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | Add support for SWIG - http://www.swig.org. SWIG is an extension to C++ ↵ | wsfulton | 2013-02-10 | 1 | -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 Davis | 2013-04-25 | 1 | -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. | roskakori | 2013-05-10 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Added lexer for Rexx. | Thomas Aglassinger | 2013-05-10 | 1 | -0/+1 | |
| | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Merged in ppannuto/pygments-main (pull request #166) | Tim Hatch | 2013-05-06 | 1 | -0/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | Update branch to match head | Pat Pannuto | 2013-05-06 | 1 | -1/+2 | |
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | | | ||||||
| | | * | | | | | Pull mainline changes and merge | Pat Pannuto | 2013-04-17 | 1 | -0/+1 | |
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | | | ||||||
| | | * | | | | | Add lexing support for nesC | Pat Pannuto | 2013-02-14 | 1 | -0/+1 | |
| | | | |_|/ / | | | |/| | | | ||||||
| | * | | | | | Ran tests and fixed errors this time... | Alex Gilding | 2013-05-06 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merged birkenfeld/pygments-main into default | leushenko | 2013-05-06 | 1 | -1/+2 | |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | ||||||
| | | * | | | | Merged in hoelzro/pygments-main (pull request #181) | Tim Hatch | 2013-05-05 | 1 | -0/+1 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add Perl 6 lexer | |||||
| | | | * | | | | Update _mapping.py | Rob Hoelz | 2013-04-10 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | | * | | | | Merge commits from main pygments repo | Rob Hoelz | 2013-03-20 | 1 | -0/+1 | |
| | | | |\ \ \ \ | | | | | |/ / / | | | | | | | | | | | | | | | | | Hg: changed pygments/__init__.py | |||||
| | | | * | | | | Merged birkenfeld/pygments-main into default | Robert Hoelz | 2013-01-28 | 1 | -10/+26 | |
| | | | |\ \ \ \ | ||||||
| | | | * | | | | | Add *extremely* basic Perl6 lexer | Rob Hoelz | 2012-12-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It handles comments, and poorly | |||||
| | | * | | | | | | PowerShellLexer: add *.psm1 to _mapping | gentoo90 | 2013-04-08 | 1 | -1/+1 | |
| | | | |_|_|/ / | | | |/| | | | | ||||||
| | * | | | | | | added .bb | Alex Gilding | 2013-05-03 | 1 | -0/+1 | |
| | |/ / / / / | ||||||
| | * | | | | | Lexer for Clay programming language. | Stepan Koltsov | 2013-04-04 | 1 | -0/+1 | |
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | https://github.com/jckarter/clay/ | |||||
| | * | | | | Added ShellSessionLexer | Christian Jann | 2013-01-25 | 1 | -0/+1 | |
| | | |/ / | | |/| | | ||||||
| | * | | | Merged in vlotorev/pygments-main (pull request #156) | Georg Brandl | 2013-01-20 | 1 | -2/+2 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | add full language name in aliases for systemverilog+verilog in lexers/hdl.py | |||||
| | | * | | | Closes #837: add an alias for the RegeditLexer. | Georg Brandl | 2013-01-20 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Add support for *.robot as an alternative extension for *.txt. | Pekka Kl?rck | 2013-01-11 | 1 | -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.py | Vitaliy Lotorev | 2013-01-11 | 1 | -2/+2 | |
| | |/ / / | ||||||
| | * | | | Merged in waywardmonkeys/pygments-main (pull request #149: [dylan] Add ↵ | Georg Brandl | 2013-01-10 | 1 | -0/+1 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | DylanConsoleLexer.) | |||||
| | | * \ \ | Merged. | Bruce Mitchener, Jr | 2013-01-10 | 1 | -0/+1 | |
| | | |\ \ \ | ||||||
| | | | * | | | [dylan] Add DylanConsoleLexer. | Bruce Mitchener, Jr | 2013-01-10 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | merge with https://bitbucket.org/dhowett/pygments-main#logos | Georg Brandl | 2013-01-10 | 1 | -1/+1 | |
| | |\ \ \ \ \ | | | |/ / / / | ||||||
| | * | | | | | Add a lexer for the Logos language, which inherits functionality from the ↵ | Dustin Howett | 2013-01-09 | 1 | -0/+1 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | ObjectiveCppLexer. | |||||
| | * | | | | Closes #762: add Visual FoxPro lexer. | Georg Brandl | 2013-01-09 | 1 | -0/+1 | |
| | | | | | |