summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
* Bash lexer: letter from "g" to "z" should also be treated as part of a ↵Hong Xu2016-02-281-1/+1
| | | | | | variable name. Fixes #1214
* merge with stableGeorg Brandl2016-02-2663-896/+3609
|\
| * Add renaming keyword 'as' to Chapel lexer.Lydia Duncan2016-02-231-9/+9
| |
| * Xtlang: regexlint fixes.Georg Brandl2016-02-171-3/+3
| |
| * Merge in Extempore lexer (PR#530)Georg Brandl2016-02-172-1/+207
| |\
| | * add lexer for the Extempore programming language/environmentBen Swift2015-12-112-2/+207
| | | | | | | | | | | | | | | | | | | | | for more info, see http://extempore.moso.com.au https://github.com/digego/extempore
| * | NCL: add to changelog, mapping, and fix nits.Georg Brandl2016-02-172-8/+9
| | |
| * | Merged in wqshen/pygments-main (pull request #536)Georg Brandl2016-02-171-0/+1053
| |\ \ | | | | | | | | | | | | Add a lexer for NCAR Command Language (NCL)
| | * | ncl.py created online with BitbucketSHEN Wenqiang2016-01-061-0/+1053
| | | |
| * | | regexlint fixes.Georg Brandl2016-02-172-2/+2
| | | |
| * | | JSGF: add to CHANGES, add versionaddedGeorg Brandl2016-02-171-1/+2
| | | |
| * | | Merged in dscorbett/pygments-jsgf (pull request #546)Georg Brandl2016-02-172-4/+86
| |\ \ \ | | | | | | | | | | | | | | | Add a lexer for JSGF
| | * | | Add a lexer for JSGFDavid Corbett2016-01-242-4/+86
| | | | |
| * | | | LLVM lexer: use words()Georg Brandl2016-02-171-61/+40
| | | | |
| * | | | Hsail: fix two issues to lex examplefile.Georg Brandl2016-02-171-3/+2
| | | | |
| * | | | Merge in HSAIL lexer (PR#518).Georg Brandl2016-02-1777-1508/+3317
| |\ \ \ \
| | * | | | CAmkES update (PR#552)Georg Brandl2016-02-171-8/+13
| | | | | |
| | * | | | Fix unused import.Georg Brandl2016-02-171-1/+1
| | | | | |
| | * | | | Add Silver to changelog, move Boogie&Silver to one module.Georg Brandl2016-02-173-70/+53
| | | | | |
| | * | | | Merged in fhahn/pygments-main/silver-lexer (pull request #537)Georg Brandl2016-02-174-47/+130
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add lexer for the Silver language
| | | * | | | Move Silver and Boogie lexers to separate modulesFlorian Hahn2016-02-114-96/+130
| | | | | | |
| | | * | | | Add lexer for the Silver languageFlorian Hahn2016-01-062-1/+50
| | | | |/ / | | | |/| |
| | * | | | Flatline: add to changelog, style nits.Georg Brandl2016-02-172-29/+30
| | | | | |
| | * | | | Merged in cheesinglee/pygments-main (pull request #551)Georg Brandl2016-02-1753-508/+1168
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add Flatline lexer
| | | * | | | Add wdiff to authors/changes.Georg Brandl2016-02-171-3/+3
| | | | | | |
| | | * | | | Merged in hhsprings/pygments-hhs-sub/add-wdiff-lexer (pull request #513)Georg Brandl2016-02-172-0/+276
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add the lexer for wdiff output. (close #960)
| | | | * | | | Fixes Clean indentation issuesCamil Staps2016-02-161-12/+14
| | | | | | | |
| | | | * | | | Clean lexer: style nitsGeorg Brandl2016-02-162-63/+60
| | | | | | | |
| | | | * | | | Merged in camilstaps/pygments-main (pull request #503)Georg Brandl2016-02-162-0/+277
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a Clean (http://clean.cs.ru.nl/Clean) Lexer and example file
| | | | | * | | | Adapted CleanLexer according to PR discussionCamil Staps2016-02-161-16/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most importantly, CleanLexer now stores indent in a LexerContext instead of in the lexer instance.
| | | | | * | | | Fixes & cleanup Clean lexer as per PR discussionCamil Staps2016-02-162-21/+20
| | | | | | | | |
| | | | | * | | | Fix previous commitCamil Staps2016-02-161-7/+7
| | | | | | | | |
| | | | | * | | | Store indent in lexer instanceCamil Staps2016-02-161-13/+8
| | | | | | | | |
| | | | | * | | | Fix Clean: allow typedef on first lineCamil Staps2016-02-161-0/+1
| | | | | | | | |
| | | | | * | | | Adds a Clean (http://clean.cs.ru.nl/Clean) Lexer and example fileCamil Staps2015-10-043-0/+276
| | | | | | | | |
| | | * | | | | | Merged default into add-wdiff-lexerHiroaki Itoh2016-02-162-1/+61
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | Merged default into add-wdiff-lexerHiroaki Itoh2016-02-0324-390/+820
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2016-01-192-1/+61
| | | | |\ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | |
| | | | | * | | | | Merged default into add-wdiff-lexerHiroaki Itoh2015-11-152-1/+61
| | | | | |\ \ \ \ \ | | | | | | |_|_|_|/ | | | | | |/| | | |
| | | | | | * | | | Merged default into add-wdiff-lexerHiroaki Itoh2015-11-122-1/+61
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-103-1/+250
| | | | | | | |\ \ \ \
| | | | | | | * \ \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-102-2/+98
| | | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-092-1/+61
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | See `#1164 ↵hhsprings2015-11-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter-to-check-for-single-character#comment-23138389>`_. Before: 28807 bytes, 118.3000 [ms] / 0.004107 [ms/byte] 30964 bytes, 130.4700 [ms] / 0.004214 [ms/byte] 159 bytes, 1.2000 [ms] / 0.007547 [ms/byte] 28807 bytes, 117.6800 [ms] / 0.004085 [ms/byte] 30964 bytes, 124.3500 [ms] / 0.004016 [ms/byte] 159 bytes, 0.9500 [ms] / 0.005975 [ms/byte] 28807 bytes, 123.9600 [ms] / 0.004303 [ms/byte] 30964 bytes, 124.1700 [ms] / 0.004010 [ms/byte] 159 bytes, 1.3200 [ms] / 0.008302 [ms/byte] After: 28807 bytes, 11.3200 [ms] / 0.000393 [ms/byte] 30964 bytes, 21.6200 [ms] / 0.000698 [ms/byte] 159 bytes, 0.3400 [ms] / 0.002138 [ms/byte] 28807 bytes, 15.8100 [ms] / 0.000549 [ms/byte] 30964 bytes, 21.6800 [ms] / 0.000700 [ms/byte] 159 bytes, 0.4100 [ms] / 0.002579 [ms/byte] 28807 bytes, 11.4300 [ms] / 0.000397 [ms/byte] 30964 bytes, 15.3000 [ms] / 0.000494 [ms/byte] 159 bytes, 0.3900 [ms] / 0.002453 [ms/byte] About x10 faster...
| | | | | | | | * | | | | | Add the lexer for `wdiff <https://www.gnu.org/software/wdiff/>`_ output.hhsprings2015-11-042-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (issue `#960 <https://bitbucket.org/birkenfeld/pygments-main/issues/960/syntax-highlighting-for-wdiff>`_)
| | | * | | | | | | | | | | Rename ansilist that now is a set, slipped though PR 531 reviewMatthias Bussonnier2016-02-143-7/+7
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Add back VCL snippet lexer analyse_text.Georg Brandl2016-02-141-0/+4
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Add authors entry, changelog for PR#531 and fixup a few style issues.Georg Brandl2016-02-142-21/+17
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Merged in Carreau/pygments-main/256ansi (pull request #531)Georg Brandl2016-02-142-6/+75
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow ansi escape sequence as color format
| | | | * | | | | | | | | | | Takes various comments into account.Matthias Bussonnier2016-02-141-27/+21
| | | | | | | | | | | | | | |