Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add arduino lexer and style | Edoardo Tenani | 2015-01-28 | 1 | -0/+1 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks. | Georg Brandl | 2014-11-10 | 1 | -2/+2 |
| | |||||
* | Closes #1042: dont recognize *.md as MiniD anymore (which is now Croc). | Georg Brandl | 2014-10-16 | 1 | -1/+1 |
| | | | | | .md should be lexed as Markdown once we have a lexer for it. Rename examplefile accordingly. | ||||
* | Merged in dscorbett/pygments-tads3-2 (pull request #407) | Georg Brandl | 2014-10-15 | 1 | -0/+6 |
|\ | | | | | | | Add a lexer for TADS 3 | ||||
| * | rb is already an alias for the RubyLexer. | Tim Hatch | 2014-10-14 | 1 | -1/+1 |
| | | |||||
| * | Add ResourceBundle lexer. | Tim Hatch | 2014-10-14 | 1 | -0/+1 |
| | | | | | | | | Fixes #1038 | ||||
| * | Add Mozilla preprocessor lexers. | Tim Hatch | 2014-10-10 | 1 | -1/+6 |
| | | | | | | | | Replaces PR #239 | ||||
* | | Add a lexer for TADS 3 | David Corbett | 2014-10-08 | 1 | -1/+2 |
|/ | |||||
* | Add JSON-LD Lexer. | Tim Hatch | 2014-10-08 | 1 | -0/+1 |
| | | | | Adapted from PR 289. | ||||
* | Twig: add test example file, add changelog entry and regenerate mapping. | Georg Brandl | 2014-10-08 | 1 | -0/+2 |
| | |||||
* | Merged in leodemoura/pygments-main (pull request #399) | Georg Brandl | 2014-10-08 | 1 | -237/+240 |
|\ | |||||
| * | Better name for ca65 assembler lexer. | Georg Brandl | 2014-10-07 | 1 | -1/+1 |
| | | |||||
| * | Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵ | Georg Brandl | 2014-10-07 | 1 | -10/+6 |
| | | | | | | | | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement. | ||||
| * | Closes #1016: add "shell" alias for bash. | Georg Brandl | 2014-10-07 | 1 | -1/+1 |
| | | |||||
| * | Merged in lsf37/pygments-main (pull request #386) | Georg Brandl | 2014-09-20 | 1 | -227/+232 |
| |\ | |||||
| | * | inform -> int_fiction; will get TADS 3 soon | Georg Brandl | 2014-09-20 | 1 | -3/+3 |
| | | | |||||
| | * | split up math module | Georg Brandl | 2014-09-20 | 1 | -17/+17 |
| | | | |||||
| | * | Remove the misc subpackage. | Georg Brandl | 2014-09-20 | 1 | -39/+39 |
| | | | |||||
| | * | Remove the c_like subpackage. | Georg Brandl | 2014-09-20 | 1 | -19/+19 |
| | | | |||||
| | * | Refactored formatter mapping to work like the lexer mapping. | Georg Brandl | 2014-09-20 | 1 | -2/+4 |
| | | | | | | | | | | | | Thanks to Ilia Choly for the initial pull request. | ||||
| | * | fix mapping | Georg Brandl | 2014-09-20 | 1 | -1/+1 |
| | | | |||||
| | * | Merged in macnugget/pygments-main (pull request #373) | Georg Brandl | 2014-09-20 | 1 | -1/+1 |
| | |\ | |||||
| | * | | update mapfile | Georg Brandl | 2014-09-20 | 1 | -1/+1 |
| | | | | |||||
| | * | | split up web lexers | Georg Brandl | 2014-09-19 | 1 | -32/+34 |
| | | | | |||||
| | * | | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -29/+27 |
| | | | | |||||
| | * | | split up functional lexers | Georg Brandl | 2014-09-19 | 1 | -23/+23 |
| | | | | |||||
| | * | | reorganization of other.py, part 3/3 | Georg Brandl | 2014-09-19 | 1 | -8/+7 |
| | | | | |||||
| | * | | reorganization of other.py, part 2 | Georg Brandl | 2014-09-19 | 1 | -25/+26 |
| | | | | |||||
| | * | | reorganization of other.py, part 1 | Georg Brandl | 2014-09-19 | 1 | -20/+20 |
| | | | | |||||
| | * | | More application of words(). | Georg Brandl | 2014-09-19 | 1 | -1/+1 |
| | | | | |||||
| | * | | move Hy to lisp, use words() in python.py | Georg Brandl | 2014-09-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | split up agile.py into individual modules | Georg Brandl | 2014-09-16 | 1 | -20/+20 |
| | | | | |||||
| | * | | split up lexers.compiled into multiple submodules | Georg Brandl | 2014-09-16 | 1 | -42/+42 |
| | | | | |||||
| | * | | support submodules in _mapping regeneration | Georg Brandl | 2014-09-16 | 1 | -14/+16 |
| | | | | |||||
| | * | | Nit lexer: add changelog entry, attribution, mapfile entry, cat all example ↵ | Georg Brandl | 2014-09-16 | 1 | -0/+1 |
| |/ / |/| | | | | | | | | files into one | ||||
| * | | basic lexer for Isabelle/HOL theorem prover | gerwin klein | 2014-07-31 | 1 | -0/+1 |
| |/ | |||||
* | | Add forgotten commas between strings | David Corbett | 2014-08-08 | 1 | -1/+1 |
|/ | |||||
* | Merge with pygments-main | Tim Hatch | 2014-06-07 | 1 | -0/+1 |
|\ | |||||
| * | Merged in krasul/pygments-main/swift (pull request #371) | Tim Hatch | 2014-06-07 | 1 | -0/+2 |
| |\ | | | | | | | | | | Initial Swift lexer | ||||
| * | | Initial Swift lexer | Kashif Rasul | 2014-06-05 | 1 | -0/+1 |
| | | | |||||
* | | | Import liquid lexer from #977 | Tim Hatch | 2014-06-07 | 1 | -0/+1 |
| |/ |/| | | | | | Resolves #977 | ||||
* | | Merged in malept/pygments/yaml+jinja-lexer (pull request #365) | Tim Hatch | 2014-06-04 | 1 | -0/+1 |
|\ \ | | | | | | | | | | Add YAML+Jinja lexer | ||||
| * | | Add YAML+Jinja (Saltstack state) lexer | Mark Lee | 2014-05-20 | 1 | -0/+1 |
| |/ | |||||
* | | Add SlimLexer | Takashi Kokubun | 2014-05-25 | 1 | -0/+1 |
|/ | |||||
* | Update mapfiles. | Tim Hatch | 2014-05-19 | 1 | -2/+2 |
| | |||||
* | Merged in spderosso/pygments-main (pull request #355) | Tim Hatch | 2014-05-18 | 1 | -0/+1 |
|\ | | | | | | | Alloy (alloy.mit.edu) lexer | ||||
| * | Alloy (alloy.mit.edu) lexer | Santiago Perez De Rosso | 2014-05-13 | 1 | -0/+1 |
| | | |||||
* | | Swap MIME types of ActionScript and ActionScript 3 | David Corbett | 2014-05-17 | 1 | -2/+2 |
| | | |||||
* | | Improve RacketLexer | David Corbett | 2014-05-16 | 1 | -4/+4 |
| | |