Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Added MqlLexer | micclly | 2014-02-09 | 1 | -0/+123 | |
|/ / / / / / / | ||||||
* | | | | | | | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 6 | -51/+41 | |
| | | | | | | | ||||||
* | | | | | | | manual prettifying and small fixes after futurize run | Georg Brandl | 2014-01-18 | 5 | -2/+6 | |
| | | | | | | | ||||||
* | | | | | | | futurizing: move to print_function and "except X as Y" syntax | Georg Brandl | 2014-01-18 | 5 | -12/+17 | |
| | | | | | | | ||||||
* | | | | | | | Remove old uneeded scripts. | Georg Brandl | 2014-01-18 | 1 | -138/+0 | |
| | | | | | | | ||||||
* | | | | | | | Merged in jiyinyiyong/pygments-main (pull request #275) | Georg Brandl | 2014-01-17 | 15 | -15/+139 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | add syntax for Cirru | |||||
| * | | | | | | new year in copyright notice | Georg Brandl | 2014-01-10 | 14 | -14/+14 | |
| | | | | | | | ||||||
| * | | | | | | Whitespace cleanup. | Georg Brandl | 2014-01-10 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Correct the string and char escape code and put case sensitivity to keywords. | Louis M | 2014-01-09 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Adding the exemple. | Louis M | 2014-01-09 | 1 | -0/+124 | |
| | | | | | | | ||||||
* | | | | | | | Cirru: dim comments; use Text for newline character; add escape in string; | jiyinyiyong | 2014-01-11 | 1 | -3/+9 | |
| | | | | | | | ||||||
* | | | | | | | add syntax for Cirru | jiyinyiyong | 2014-01-10 | 1 | -0/+31 | |
|/ / / / / / | ||||||
* | | | | | | tests: make sure lexer aliases are registered lowercase | Georg Brandl | 2014-01-09 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | 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 | |||||
* | | | | | | a friendly reminder to run setup.py build before make test on py3 | Georg Brandl | 2014-01-09 | 1 | -0/+4 | |
| | | | | | | ||||||
* | | | | | | 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. | |||||
* | | | | | | Merged in robzimmerman/pygments-main (pull request #233) | Georg Brandl | 2014-01-09 | 1 | -0/+75 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add Kal lexer | |||||
| * | | | | | | Add Kal lexer | Rob Zimmerman | 2013-09-03 | 1 | -0/+75 | |
| |/ / / / / | ||||||
* | | | | | | Merged in thomasvandoren/pygments-main (pull request #256) | Georg Brandl | 2014-01-09 | 12 | -26/+702 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merged in splattael/pygments-main/elixir-non-greed-single-quote (pull ↵ | Georg Brandl | 2014-01-09 | 1 | -1/+3 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+3 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After this commit this code will be highlighted correctly: HashDict.new [{'A', 0}, {'T', 0}, {'C', 0}, {'G', 0}] | |||||
| * | | | | | | Merged in rwtolbert/pygments-main (pull request #238) | Georg Brandl | 2014-01-09 | 9 | -24/+530 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Added lexer for new Hy language, a variant of Lisp running under Python | |||||
| | * \ \ \ \ \ | Merge in webhat/pygments-main-with-pike (pull request #237) | Georg Brandl | 2014-01-09 | 2 | -0/+398 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Added Pike Programming Language | Dani?l W. Crompton | 2013-09-06 | 2 | -0/+398 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge in kurisuwhyte/pygments-main (pull request #224) | Georg Brandl | 2014-01-09 | 6 | -24/+130 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merged in pyos/pygments-main (pull request #226) | Georg Brandl | 2014-01-09 | 1 | -24/+24 | |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the dg lexer. | |||||
| | | | * | | | | | | Update the dg lexer. | pyos | 2013-08-03 | 1 | -24/+24 | |
| | | | |/ / / / / | ||||||
| | | * | | | | | | Merged in iElectric/pygments-main (pull request #267) | Georg Brandl | 2014-01-09 | 1 | -0/+80 | |
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | | | | | | | | | | | | Add Nix language lexer | |||||
| | | | * | | | | | Add test file for Nix language lexer | Domen Kozar | 2014-01-01 | 1 | -0/+80 | |
| | | | |/ / / / | ||||||
| | | * | | | | | Merged in adereth/pygments-main (pull request #245) | Georg Brandl | 2014-01-09 | 1 | -0/+8 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | MathematicaLexer | |||||
| | | | * | | | | | Simple test for MathematicaLexer | madereth | 2013-10-13 | 1 | -0/+8 | |
| | | | |/ / / / | ||||||
| | | * | | | | | Merged in jrnold/pygments-main-stan (pull request #255) | Georg Brandl | 2014-01-09 | 1 | -0/+2 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated StanLexer to Stan version 2.0.1 language. | |||||
| | | | * | | | | | updated StanLexer to Stan version 2.0.1 language. | Jeffrey B. Arnold | 2013-11-24 | 1 | -0/+2 | |
| | | | |/ / / / | ||||||
| | | * | | | | | CoffeeScript's fat arrow (=>) now highlighted properly | Richard Metzler | 2013-12-09 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bug Report: https://bitbucket.org/birkenfeld/pygments-main/issue/712/better-functions-and-methods-handling-in - test file in tests/examplefiles/function_arrows.coffee I also refactored the regex to be more readable (put a group in one line instead of breaking it). I needed to do this to spot the error. | |||||
| | | * | | | | | FIX 873 Ruby 1.9 hash syntax, symbol with underscore as key not highlighted ↵ | Richard Metzler | 2013-12-07 | 1 | -0/+5 | |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly Bugreport: https://bitbucket.org/birkenfeld/pygments-main/issue/873/ruby-19-hash-syntax-symbol-with-underscore Example: https://gist.github.com/rmetzler/7833554 | |||||
| | * | | | | | Word array lexer shouldn't be greedy. | Christina Whyte | 2013-07-21 | 1 | -0/+2 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Word array is only allowed to contain words and whitespace, `]>` is not allowed to occur in such a construct, thus it should end the construct at the very first occurrence. An example of the problem can be seen in this gist: https://gist.github.com/kurisuwhyte/6050066 | |||||
| * | | | | | Added lexer for new Hy language, a variant of Lisp running | Bob Tolbert | 2013-09-08 | 2 | -1/+169 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Python. See: http://hylang.org Note that this shares a file extension with the Hybris language but the analyse_text() function does a good job of making the distinction. This did however require one change to the tests to actually pass the code of the test file to get_lexer_for_filename() so that the tests would differentiate Hy from Hybris. And while this is a Lisp and shares some syntax with Clojure, it has been added to the agile.py file to share the lists of keywords and builtins with the PythonLexer. | |||||
* | | | | | Fix class and proc names in ChapelLexer. | Thomas Van Doren | 2013-11-25 | 1 | -0/+50 | |
| | | | | | | | | | | | | | | | | | | | | Also adds class, unions, records, and modules to the example file. | |||||
* | | | | | Update Chapel example file. | Thomas Van Doren | 2013-11-25 | 1 | -17/+17 | |
| | | | | | ||||||
* | | | | | Add ChapelLexer for Chapel source. | Thomas Van Doren | 2013-11-25 | 1 | -0/+68 | |
|/ / / / | ||||||
* | | | | add example file for F#. | Georg Brandl | 2013-05-20 | 1 | -0/+578 | |
| | | | | ||||||
* | | | | merge with timjb/pygments-main (Agda lexers), pull request #203 | Georg Brandl | 2013-05-20 | 3 | -3/+124 | |
|\ \ \ \ | ||||||
| * | | | | Factored out LiterateLexer as a base class for both LiterateAgdaLexer and | Tim Baumann | 2013-05-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | LiterateHaskellLexer. | |||||
| * | | | | Test files for Agda and literate Agda mode | Tim Baumann | 2013-05-19 | 2 | -0/+121 | |
| | | | | | ||||||
* | | | | | merge with bitbucket.org/christian/pygments-main, pull request #171 | Georg Brandl | 2013-05-19 | 20 | -116/+3287 | |
|\ \ \ \ \ | ||||||
| * | | | | | Rexx lexer: add changelog entry and simplify analyse_text | Georg Brandl | 2013-05-19 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Merged in roskakori/pygments-main (pull request #199) | Georg Brandl | 2013-05-19 | 6 | -30/+1771 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added lexer for Rexx |