summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch praatpraatTim Hatch2015-10-140-0/+0
* Praat: removed error token from `word` in forms and added underscore _variablesJJ Atria2015-10-131-2/+2
* Praat: Generic.Error tokens changed for Error or removedJJ Atria2015-08-311-4/+3
* Praat: Minor fix in popping out of old-style command argumentsJJ Atria2015-08-312-1/+2
* Praat: Simpler lexer does not rely on callback to popJJ Atria2015-08-311-13/+4
* Praat: support for a number of interpolation edge cases; non-recursiveJJ Atria2015-08-262-44/+54
* Praat: Comma list now always exits with callbackJJ Atria2015-08-251-2/+2
* Praat: Comma list exits even with trailing spaces. Added pseudo-switch block toJJ Atria2015-08-252-2/+10
* Praat: Added support for object access with other object typesJJ Atria2015-08-252-10/+15
* Praat: Added array tests and handlingJJ Atria2015-08-252-6/+10
* Complete rewrite of Praat lexer, now as close to syntax complete as it canJJ Atria2015-08-242-205/+326
* Changes in style and other minor correctionsJJ Atria2015-08-231-39/+44
* Added Praat lexer (praat.org)JJ Atria2015-08-224-0/+387
* Created new branch praatJos? Joaqu?n Atria2015-08-210-0/+0
* archetype: fix regex.Georg Brandl2015-08-112-179/+1
* remove failing example fileGeorg Brandl2015-08-111-856/+0
* archetype: move inline comments from overlong linesGeorg Brandl2015-08-111-41/+77
* debug_lexer: add option to ignore errorsGeorg Brandl2015-08-081-28/+28
* archetype: fix regexes matching empty stringsGeorg Brandl2015-08-081-2/+2
* archetype: fix regexes matching empty stringsGeorg Brandl2015-08-081-12/+13
* doc: add some versionadded tagsGeorg Brandl2015-08-082-4/+14
* archetype: style fixes, add authors/changelog entriesGeorg Brandl2015-08-083-35/+54
* Merged in thomas_beale/pygments-main (pull request #483)Georg Brandl2015-08-0826-325/+1157
|\
| * Merged in chaifeng/pygments-main (pull request #421)Georg Brandl2015-08-081-2/+2
| |\
| | * Fix some missing Chinese cucumber keywords.Chai Feng2014-11-271-2/+2
| * | fix modeline parsing (PR#477 fixed)Georg Brandl2015-08-081-1/+4
| * | mergeGeorg Brandl2015-08-085-6/+393
| |\ \
| | * | changelog updateGeorg Brandl2015-08-081-0/+3
| | * | Merged in ylikx/pygments-main (pull request #213)Georg Brandl2015-08-08384-29953/+73528
| | |\ \
| | * | | Added Fortran fixed format lexer.Elias Rabel2013-06-234-3/+387
| * | | | Merged in jrnold/pygments-stan (pull request #486)Georg Brandl2015-08-082-5/+13
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix typo in builtins; lang is 2.7.0Jeffrey Arnold2015-07-201-1/+1
| | * | | Update StanLexer to Stan modeling language v2.7.0Jeffrey Arnold2015-07-202-5/+13
| * | | | Add a current syntax Rust example file.Georg Brandl2015-08-082-235/+606
| * | | | Merged in ChrisMorgan/pygments-main (pull request #423)Georg Brandl2015-08-081-45/+68
| |\ \ \ \
| | * | | | Update MIME type for Rust to text/rust.Chris Morgan2015-05-221-1/+1
| | * | | | Support shebangs in the Rust lexer.Chris Morgan2015-05-221-0/+6
| | * | | | Update Rust lexer prelude items.Chris Morgan2015-04-281-3/+4
| | * | | | Update Rust lexer metadata.Chris Morgan2015-04-211-2/+2
| | * | | | Update Rust lexer prelude items.Chris Morgan2015-04-211-6/+2
| | * | | | Fix Rust doc comments.Chris Morgan2015-04-211-1/+10
| | * | | | Rust lexer updates for language changes.Chris Morgan2015-03-281-48/+19
| | * | | | Update the Rust prelude items.Chris Morgan2014-12-031-25/+57
| | * | | | Highlight strings more properly in Rust.Chris Morgan2014-12-031-3/+11
| | * | | | Highlight the suffix of ``9i`` properly in Rust.Chris Morgan2014-12-031-1/+1
| | * | | | Fix character literals in Rust.Chris Morgan2014-12-031-3/+4
| | * | | | Improve Rust lifetime highlighting.Chris Morgan2014-12-031-7/+6
| | | |_|/ | | |/| |
| * | | | Merged in selesse/pygments-main (pull request #466)Georg Brandl2015-08-0817-36/+75
| |\ \ \ \
| | * | | | Python: add async, await, matmul opGeorg Brandl2015-08-081-4/+5
| | * | | | jinja: allow functions starting with underscoresGeorg Brandl2015-07-251-1/+1