summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Add the lexer for IETF 7405 ABNF <http://www.ietf.org/rfc/rfc7405.txt>.hhsprings2015-11-052-0/+97
| | | | |/ / | | | |/| |
| * | | | | merge configs_pkgmng.py to configs.py.hhsprings2015-11-103-132/+117
| * | | | | Merged default into add-pkgconfig-lexerHiroaki Itoh2015-11-102-2/+98
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merged default into add-termcapterminfo-lexerHiroaki Itoh2015-11-092-2/+98
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | See `#1164 <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter...hhsprings2015-11-071-0/+2
| | | * | | Add the lexer for traditional termcap/terminfo source.hhsprings2015-11-042-2/+96
| | | |/ /
| * | | | The { is not required.hhsprings2015-11-091-4/+2
| * | | | Merged default into add-pkgconfig-lexerHiroaki Itoh2015-11-092-0/+133
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | See `#1164 <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter...hhsprings2015-11-071-1/+3
| | * | | remake _mapping.py.hhsprings2015-11-061-1/+1
| | * | | * Add lexer for `pkg-config <http://www.freedesktop.org/wiki/Software/pkg-con...hhsprings2015-11-062-0/+131
| | |/ /
| * | | * see `#1164 <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/lint...hhsprings2015-11-081-3/+4
| * | | See `#1164 <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter...hhsprings2015-11-071-2/+2
| * | | Merged birkenfeld/pygments-main into defaultHiroaki Itoh2015-11-034-52/+49
| |\ \ \ | | |/ /
| * | | Fix regarding to Tim's review.hhsprings2015-11-011-9/+8
| * | | Merged birkenfeld/pygments-main into defaultHiroaki Itoh2015-11-018-6/+427
| |\ \ \
| * \ \ \ Merged birkenfeld/pygments-main into defaultHiroaki Itoh2015-11-014-2/+75
| |\ \ \ \
| * | | | | Add the lexer for traditional `bc: an arbitrary precision calculator language'.hhsprings2015-10-282-1/+36
* | | | | | Remove deepcopy of XmlLexer tokens from CsoundDocumentLexer to fix LaTeX outputNathan Whetsell2015-11-031-2/+2
* | | | | | Add aliases for Csound lexersNathan Whetsell2015-11-032-4/+6
| |_|_|/ / |/| | | |
* | | | | Re-merge pull request #507.Tim Hatch2015-11-023-50/+47
|\ \ \ \ \
| * | | | | Add Csound Document lexerNathan Whetsell2015-10-232-49/+45
| * | | | | Ignore instr opcodeNathan Whetsell2015-10-231-1/+2
* | | | | | Unbreak C/C++ tests (again).Tim Hatch2015-11-021-2/+2
| |_|_|/ / |/| | | |
* | | | | Unbreak NesC after PR#487 merge.Tim Hatch2015-10-311-1/+1
* | | | | Merged in ProgVal/pygments-main/c-function-keywords (pull request #487)Tim Hatch2015-10-3165-3895/+9543
|\ \ \ \ \
| * \ \ \ \ Merged in smattr/pygments-main (pull request #462)Tim Hatch2015-10-3161-3789/+8987
| |\ \ \ \ \
| | * \ \ \ \ Merge with -mainTim Hatch2015-10-312-2/+153
| | |\ \ \ \ \
| | | * | | | | Fix missing imports after move, add example file.Tim Hatch2015-10-312-17/+10
| | | * | | | | Merged in sbigaret/pygments-main/QVToLexer (pull request #204)Tim Hatch2015-10-31181-28105/+55495
| | | |\ \ \ \ \
| | | * | | | | | Added a lexer for QVT OperationalS?bastien Bigaret2013-05-232-1/+133
| | * | | | | | | Merged with miikkas/pygments-hexdump (pull request #508)Tim Hatch2015-10-312-0/+98
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | Merged birkenfeld/pygments-main into defaultMiikka Salminen2015-10-281-1/+1
| | | |\ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | Added support for od and xxd. Minor enhancements.Miikka Salminen2015-10-281-10/+33
| | | * | | | | | Added lexer for typical hexdump outputs.Miikka Salminen2015-10-242-0/+75
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merged in fleischwolf/pygments-main (pull request #509)Tim Hatch2015-10-311-0/+2
| | |\ \ \ \ \ \
| | | * | | | | | Added Decorators to TypeScript lexerWolfgang Mayr2015-10-261-0/+2
| | | |/ / / / /
| | * | | | | | Merged in jparise/pygments-main/thrift (pull request #469)Tim Hatch2015-10-312-2/+109
| | |\ \ \ \ \ \
| | | * | | | | | s/String.String/String.Single/Jon Parise2015-05-231-1/+1
| | | * | | | | | Apply String.(Single|Double) to the entire string.Jon Parise2015-05-231-11/+9
| | | * | | | | | Addressing the shortcomings of the previous Thift lexer:Jon Parise2015-05-231-9/+26
| | | * | | | | | Improve the hex and float patterns to avoid conflicts.Jon Parise2015-05-181-2/+2
| | | * | | | | | Adding a lexer for the Thrift interface definition language.Jon Parise2015-05-172-3/+95
| | * | | | | | | Fixes #1133: Merge malexk/pygments-main (pull request #488).Tim Hatch2015-10-3162-3893/+9115
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | * | | | | | Merge ezhillang/pygments-main (pull request #443)Tim Hatch2015-10-312-0/+69
| | | |\ \ \ \ \ \
| | | | * | | | | | Minor changes to Ezhil lexerTim Hatch2015-10-311-14/+17
| | | | * | | | | | 1. set flags to re.MULTILINE | re.UNICODEMuthiah Annamalai2015-02-061-7/+7
| | | | * | | | | | 1) pygments/lexers/ezhil.py for the following in response to review by David ...Muthiah Annamalai2015-02-041-18/+21
| | | | * | | | | | Add syntax highlighting for Ezhil - a Tamil-script based programming language.Muthiah Annamalai2015-02-022-0/+63
| | | * | | | | | | Merge with -mainTim Hatch2015-10-315-198/+221
| | | |\ \ \ \ \ \ \ | | | | | |_|_|/ / / | | | | |/| | | | |