Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | add "batch" alias to batch lexer | Georg Brandl | 2014-01-09 | 2 | -2/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Closes #891: remove too broad string escape regex from Prolog lexer. | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Closes #899: fix too greedy expression in PHP string interpolation highlighting | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | changelog: #944 | Georg Brandl | 2014-01-09 | 1 | -0/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Closes #944: fix "ws1" regex in C family lexers to allow "indented" ↵ | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preprocessor directives | |||||
* | | | | | | | | | | | Closes #942: add CMake generator expressions. | Georg Brandl | 2014-01-09 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Closes #851: remove BOM also with explicit encoding | Georg Brandl | 2014-01-09 | 1 | -0/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | tests: make sure lexer aliases are registered lowercase | Georg Brandl | 2014-01-09 | 8 | -26/+30 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Closes #939: make alias lookup case-insensitive | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Closes #921: add binary literals to Python 2. | Georg Brandl | 2014-01-09 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Closes #915: fix parsing of nested multiline comments. | Georg Brandl | 2014-01-09 | 2 | -1/+9 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Closes #912: add brackets for lists in velocity | Georg Brandl | 2014-01-09 | 1 | -1/+3 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | tests: fix test_lexers_other for Python 3 | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | examplefiles test: change logic to actually lex each file with the intended ↵ | Georg Brandl | 2014-01-09 | 6 | -11/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lexer | |||||
* | | | | | | | | | | | matlab session: fix roundtrips | Georg Brandl | 2014-01-09 | 1 | -2/+8 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | a friendly reminder to run setup.py build before make test on py3 | Georg Brandl | 2014-01-09 | 1 | -0/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Closes #928: now also code-block directives are handled specially. | Georg Brandl | 2014-01-09 | 1 | -4/+5 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | merge | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merged in EricFromCanada/pygments-main (pull request #272) | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reST: fix for indented field list after blank line (fixes #905) | |||||
| | * | | | | | | | | | | | reST: fix for indented field list after blank line (fixes #905) | EricFromCanada | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Closes #887: allow brackets in fortran. | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Closes #916: remove strange "case" special case that leads to problems | Georg Brandl | 2014-01-09 | 1 | -2/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Closes #902: add missing option "]" after prompt in ShellSession lexer | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Closes #914: powershell: recognize escaped backtick correctly | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | perl6: disable analyse_text for now, the lexer seems to like to loop sometimes | Georg Brandl | 2014-01-09 | 1 | -0/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | css: add "$" to possible operators (fixes #932) | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | resolve alias conflict between hy and hybris | Georg Brandl | 2014-01-09 | 2 | -2/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merged in ↵ | Georg Brandl | 2014-01-09 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | roskakori/pygments-main-1/roskakori/simplified-debugging-of-endless-loops-in-1370182352684 (pull request #207) Simplified debugging of infinite loops in lexers with random generated content | |||||
| * | | | | | | | | | | | Changed error message to use lexer class instead of lexer name. | Thomas Aglassinger | 2013-06-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Simplified debugging of endless loops in lexers with random generated ↵ | Thomas Aglassinger | 2013-06-02 | 1 | -1/+4 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | content. If the developer terminates the test by pressing Control-C, the resulting KeyboardInterrupt describes the lexer and content that caused the test to get stuck. | |||||
* | | | | | | | | | | | merge | Georg Brandl | 2014-01-09 | 2 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | changelog: add PR#205 | Georg Brandl | 2014-01-09 | 1 | -0/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | mapping update again. | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merged in ddbennett/pygments (pull request #205) | Georg Brandl | 2014-01-09 | 43 | -537/+2167 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Use a regular expression cache to avoid redundant and expensive RE compiles | |||||
| * | | | | | | | | | | | kal: changelog and attribution | Georg Brandl | 2014-01-09 | 3 | -0/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merged in robzimmerman/pygments-main (pull request #233) | Georg Brandl | 2014-01-09 | 3 | -1/+193 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Kal lexer | |||||
| | * | | | | | | | | | | | Add Kal lexer | Rob Zimmerman | 2013-09-03 | 3 | -1/+193 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merged in j3lamp/pygments-main (pull request #206) | Georg Brandl | 2014-01-09 | 41 | -535/+1969 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for Issue #875 | |||||
| | * | | | | | | | | | | | lexer mapping update | Georg Brandl | 2014-01-09 | 2 | -5/+5 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | chapel: changelog and attribution | Georg Brandl | 2014-01-09 | 3 | -0/+4 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merged in thomasvandoren/pygments-main (pull request #256) | Georg Brandl | 2014-01-09 | 36 | -517/+1745 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merged in greghendershott/pygments-main/fix-racket-lambda (pull request #218) | Georg Brandl | 2014-01-09 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Unicode prefix to lambda string literal in Racket lexer: u'?' | |||||
| | | | * | | | | | | | | | | | Add Unicode prefix to lambda string literal in Racket lexer: u'?' | Greg Hendershott | 2013-07-18 | 1 | -1/+1 | |
| | | | |/ / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | Merged in ↵ | Georg Brandl | 2014-01-09 | 40 | -531/+1766 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | agilbert/pygments-main-1/agilbert/fix-a-typo-wrong-website-1373559184766 (pull request #217) Fix a typo (wrong website) | |||||
| | | | * \ \ \ \ \ \ \ \ \ \ | Merged in splattael/pygments-main/elixir-non-greed-single-quote (pull ↵ | Georg Brandl | 2014-01-09 | 2 | -2/+4 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request #216) Elixir's lexer shouldn't be greedy on single quoted strings. | |||||
| | | | | * | | | | | | | | | | | Elixir's lexer should be greedy on single quoted strings. | Peter Suschlik | 2013-07-11 | 2 | -2/+4 | |
| | | | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After this commit this code will be highlighted correctly: HashDict.new [{'A', 0}, {'T', 0}, {'C', 0}, {'G', 0}] | |||||
| | | | * | | | | | | | | | | | hy: changelog and consistency updates | Georg Brandl | 2014-01-09 | 3 | -1/+4 | |
| | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | Merged in rwtolbert/pygments-main (pull request #238) | Georg Brandl | 2014-01-09 | 37 | -527/+1477 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added lexer for new Hy language, a variant of Lisp running under Python | |||||
| | | | | * | | | | | | | | | | | pike: consistency updates | Georg Brandl | 2014-01-09 | 3 | -2/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Merge in webhat/pygments-main-with-pike (pull request #237) | Georg Brandl | 2014-01-09 | 6 | -1/+439 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ |