summaryrefslogtreecommitdiff
path: root/pygments/lexers/praat.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Copyright update.Georg Brandl2017-01-221-1/+1
* Line breaks pop from number context in PraatJJ Atria2016-03-191-0/+1
* Removed duplicated rule in Praat formsJJ Atria2016-03-191-3/+0
* Accept parentheses within argument lists in PraatJJ Atria2016-03-191-0/+1
* Dots are not Praat operator boundariesJJ Atria2016-03-191-4/+4
* Fix most complaints from regexlint.Georg Brandl2016-02-141-17/+17
* Praat: style fixesGeorg Brandl2015-10-171-79/+88
* Merge with jjatria/pygments-main (praat) (pull request #492)Tim Hatch2015-10-141-1/+3
* 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-311-1/+1
* 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-261-42/+36
* 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-251-1/+2
* Praat: Added support for object access with other object typesJJ Atria2015-08-251-8/+12
* Praat: Added array tests and handlingJJ Atria2015-08-251-5/+6
* Complete rewrite of Praat lexer, now as close to syntax complete as it canJJ Atria2015-08-241-183/+245
* Changes in style and other minor correctionsJJ Atria2015-08-231-39/+44
* Added Praat lexer (praat.org)JJ Atria2015-08-221-0/+227