summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | Inform: versionadded, remove ".h" file glob, changelog entry.Georg Brandl2014-03-041-1/+1
| | | * | | | | | | Merged in dscorbett/pygments-main (pull request #281)Georg Brandl2014-03-041-0/+3
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Add Inform lexersDavid Corbett2014-01-311-2/+5
| | | | | |_|_|_|_|/ | | | | |/| | | | |
| | | * | | | | | | Fix duplicate mimetype.Georg Brandl2014-03-041-1/+1
| | | * | | | | | | Mask: attribution, changelog, mapfile, versionadded.Georg Brandl2014-03-041-1/+1
| | | * | | | | | | Merged in tenbits/pygments-main (pull request #280)Georg Brandl2014-03-041-3/+7
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merged in Matir/pygments (pull request #279)Georg Brandl2014-03-041-0/+1
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | Support for intel-style objdump.David Tomaschik2014-01-241-2/+3
| | | | | |/ / / / / /
| | | | * | | | | | | merge with raichoo/pygments-main (pull request #210)Georg Brandl2014-03-041-24/+35
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | Remove duplicate mimetype.Georg Brandl2014-03-041-1/+1
| | | | | * | | | | | | Regenerate mapfiles.Georg Brandl2014-03-041-1/+1
| | | | | * | | | | | | Removed mime-type from ColdfusionCFCLexer to pass unit test.Tyson2014-03-011-1/+1
| | | | | * | | | | | | Added separate lexer to handle CFC. It can handle both tag and script based ...Tyson2014-02-071-3/+4
| | | | | |/ / / / / /
| | | | * | | | | | | Idris lexer: added lexer for literate Idrisraichoo2013-06-151-0/+1
| | | | * | | | | | | Idris lexer: added lexer for Idrisraichoo2013-06-051-0/+1
| | | | | |_|_|/ / / | | | | |/| | | | |
| | | * | | | | | | [dist] MaskLexertenbits2014-01-281-0/+1
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Added MqlLexermicclly2014-02-091-2/+3
| | |/ / / / / /
| | * | | | | | manual prettifying and small fixes after futurize runGeorg Brandl2014-01-181-0/+1
| | * | | | | | futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-181-1/+2
| | * | | | | | Merged in jiyinyiyong/pygments-main (pull request #275)Georg Brandl2014-01-171-3/+4
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | mapping updateGeorg Brandl2014-01-101-2/+2
| | | * | | | | new year in copyright noticeGeorg Brandl2014-01-101-1/+1
| | | * | | | | Correct the string and char escape code and put case sensitivity to keywords.Louis M2014-01-091-0/+1
| | * | | | | | add syntax for Cirrujiyinyiyong2014-01-101-0/+1
| | |/ / / / /
| | * | | | | add "batch" alias to batch lexerGeorg Brandl2014-01-091-1/+1
| | * | | | | tests: make sure lexer aliases are registered lowercaseGeorg Brandl2014-01-091-13/+13
| | * | | | | resolve alias conflict between hy and hybrisGeorg Brandl2014-01-091-1/+1
| | * | | | | mapping update again.Georg Brandl2014-01-091-1/+1
| | * | | | | Merged in robzimmerman/pygments-main (pull request #233)Georg Brandl2014-01-091-0/+1
| | |\ \ \ \ \
| | | * | | | | Add Kal lexerRob Zimmerman2013-09-031-0/+1
| | | |/ / / /
| | * | | | | lexer mapping updateGeorg Brandl2014-01-091-4/+4
| | * | | | | Merged in thomasvandoren/pygments-main (pull request #256)Georg Brandl2014-01-091-0/+4
| | |\ \ \ \ \
| | | * \ \ \ \ Merged in rwtolbert/pygments-main (pull request #238)Georg Brandl2014-01-091-2/+5
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge in webhat/pygments-main-with-pike (pull request #237)Georg Brandl2014-01-091-0/+1
| | | | |\ \ \ \ \
| | | | | * | | | | Added Pike Programming LanguageDani?l W. Crompton2013-09-061-0/+1
| | | | | |/ / / /
| | | | * | | | | Merged in iElectric/pygments-main (pull request #267)Georg Brandl2014-01-091-0/+1
| | | | |\ \ \ \ \
| | | | | * | | | | nix keyword should also trigger Nix lexerDomen Kozar2014-01-011-1/+1
| | | | | * | | | | add Nix language lexerDomen Kozar2014-01-011-0/+1
| | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | Initial commit of MathematicaLexermadereth2013-10-131-0/+1
| | | | |/ / / /
| | | * | | | | Added lexer for new Hy language, a variant of Lisp runningBob Tolbert2013-09-081-0/+1
| | | | |/ / / | | | |/| | |
| | * | | | | 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 missing...sjorek2013-09-151-2/+2
| | |/ / /
| | * | | 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
| | | * | | 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
| | |\ \ \ \
| | | * \ \ \ 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