summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Merged in thomas_beale/pygments-main (pull request #483)Georg Brandl2015-08-081-4/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merged in ylikx/pygments-main (pull request #213)Georg Brandl2015-08-081-212/+277
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merged in selesse/pygments-main (pull request #466)Georg Brandl2015-08-081-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | Detect .jsm files as JavaScriptGregory Szorc2015-04-241-1/+1
| | | | | |_|/ / / / / / / / / / | | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | | Syntax highlight Gradle files with GroovyAlex Selesse2015-05-061-1/+1
| | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | | Added Fortran fixed format lexer.Elias Rabel2013-06-231-1/+2
| | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Add lexer and test files for the Archetype Definition Language (ADL) and sub-...wolandscat2015-07-011-0/+3
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Add a lexer for the CAmkES language.Matthew Fernandez2015-03-261-0/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Add overhauled Modula-2 lexer from https://bitbucket.org/trijezdci/m2r10/src/...Georg Brandl2015-03-081-1/+1
* | | | | | | | | | | | merge with abo-aboGeorg Brandl2015-02-211-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Add arduino lexer and styleEdoardo Tenani2015-01-281-0/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Copyright year update.Georg Brandl2015-01-211-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Fix EmacsLispLexer.Oleh Krehel2014-12-241-1/+1
* | | | | | | | | | Ran `make mapfiles` for EmacsLispLexerOleh Krehel2014-12-241-0/+1
|/ / / / / / / / /
* | | | | | | | | Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks.Georg Brandl2014-11-101-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Closes #1042: dont recognize *.md as MiniD anymore (which is now Croc).Georg Brandl2014-10-161-1/+1
* | | | | | | | Merged in dscorbett/pygments-tads3-2 (pull request #407)Georg Brandl2014-10-151-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | rb is already an alias for the RubyLexer.Tim Hatch2014-10-141-1/+1
| * | | | | | | | Add ResourceBundle lexer.Tim Hatch2014-10-141-0/+1
| * | | | | | | | Add Mozilla preprocessor lexers.Tim Hatch2014-10-101-1/+6
* | | | | | | | | Add a lexer for TADS 3David Corbett2014-10-081-1/+2
|/ / / / / / / /
* | | | | | | | Add JSON-LD Lexer.Tim Hatch2014-10-081-0/+1
* | | | | | | | Twig: add test example file, add changelog entry and regenerate mapping.Georg Brandl2014-10-081-0/+2
* | | | | | | | Merged in leodemoura/pygments-main (pull request #399)Georg Brandl2014-10-081-237/+240
|\ \ \ \ \ \ \ \
| * | | | | | | | Better name for ca65 assembler lexer.Georg Brandl2014-10-071-1/+1
| * | | | | | | | Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ...Georg Brandl2014-10-071-10/+6
| * | | | | | | | Closes #1016: add "shell" alias for bash.Georg Brandl2014-10-071-1/+1
| * | | | | | | | Merged in lsf37/pygments-main (pull request #386)Georg Brandl2014-09-201-227/+232
| |\ \ \ \ \ \ \ \
| | * | | | | | | | inform -> int_fiction; will get TADS 3 soonGeorg Brandl2014-09-201-3/+3
| | * | | | | | | | split up math moduleGeorg Brandl2014-09-201-17/+17
| | * | | | | | | | Remove the misc subpackage.Georg Brandl2014-09-201-39/+39
| | * | | | | | | | Remove the c_like subpackage.Georg Brandl2014-09-201-19/+19
| | * | | | | | | | Refactored formatter mapping to work like the lexer mapping.Georg Brandl2014-09-201-2/+4
| | * | | | | | | | fix mappingGeorg Brandl2014-09-201-1/+1
| | * | | | | | | | Merged in macnugget/pygments-main (pull request #373)Georg Brandl2014-09-201-1/+1
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | update mapfileGeorg Brandl2014-09-201-1/+1
| | * | | | | | | | split up web lexersGeorg Brandl2014-09-191-32/+34
| | * | | | | | | | split up text lexersGeorg Brandl2014-09-191-29/+27
| | * | | | | | | | split up functional lexersGeorg Brandl2014-09-191-23/+23
| | * | | | | | | | reorganization of other.py, part 3/3Georg Brandl2014-09-191-8/+7
| | * | | | | | | | reorganization of other.py, part 2Georg Brandl2014-09-191-25/+26
| | * | | | | | | | reorganization of other.py, part 1Georg Brandl2014-09-191-20/+20
| | * | | | | | | | More application of words().Georg Brandl2014-09-191-1/+1
| | * | | | | | | | move Hy to lisp, use words() in python.pyGeorg Brandl2014-09-161-1/+1
| | * | | | | | | | split up agile.py into individual modulesGeorg Brandl2014-09-161-20/+20
| | * | | | | | | | split up lexers.compiled into multiple submodulesGeorg Brandl2014-09-161-42/+42
| | * | | | | | | | support submodules in _mapping regenerationGeorg Brandl2014-09-161-14/+16
| | * | | | | | | | Nit lexer: add changelog entry, attribution, mapfile entry, cat all example f...Georg Brandl2014-09-161-0/+1
| |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | basic lexer for Isabelle/HOL theorem provergerwin klein2014-07-311-0/+1
| |/ / / / / / /
* | | | | | | | Add forgotten commas between stringsDavid Corbett2014-08-081-1/+1
|/ / / / / / /