| Commit message (Expand) | Author | Age | Files | Lines |
* | Close branch 712-coffeescript-fat-arrow712-coffeescript-fat-arrow | Georg Brandl | 2014-01-09 | 0 | -0/+0 |
* | Created new branch 712-coffeescript-fat-arrow | Richard Metzler | 2013-12-09 | 0 | -0/+0 |
* | CoffeeScript's fat arrow (=>) now highlighted properly | Richard Metzler | 2013-12-09 | 2 | -3/+14 |
* | FIX 873 Ruby 1.9 hash syntax, symbol with underscore as key not highlighted p... | Richard Metzler | 2013-12-07 | 2 | -1/+6 |
* | Fix docstring of get_tokens_unprocessed. | Georg Brandl | 2013-11-24 | 1 | -1/+3 |
* | Merged in goodwillcoding/pygments-main (pull request #229) | Georg Brandl | 2013-11-04 | 6 | -14/+14 |
|\ |
|
| * | Merged in sjorek/pygments-main/fix-typo-in-lexers-mapping-header (pull reques... | Georg Brandl | 2013-10-03 | 2 | -4/+4 |
| |\ |
|
| | * | Fixed a typo in the header 'pygments/formatters/_mapping.py' by adding one mi... | sjorek | 2013-09-15 | 1 | -2/+2 |
| | * | Fixed a typo in the header 'pygments/lexer/_mapping.py' by adding one missing... | sjorek | 2013-09-15 | 1 | -2/+2 |
| * | | Merged in rjollos/pygments-main/help (pull request #241) | Georg Brandl | 2013-10-03 | 1 | -3/+3 |
| |\ \ |
|
| | * | | Avoid highlighting intraword tokens. | user | 2013-09-18 | 1 | -3/+3 |
| | |/ |
|
| * | | Merged in picomancer/pygments-main (pull request #243) | Georg Brandl | 2013-10-03 | 1 | -5/+5 |
| |\ \ |
|
| | * | | java: Decrease priority of method regex to avoid parsing 'else if (' as method | picomancer | 2013-10-03 | 1 | -5/+5 |
| * | | | Merged in sjorek/pygments-main/fix/pygments-lexer-ExtendedRegexLexer-get_toke... | Georg Brandl | 2013-10-03 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | forgot a backslash | Erik Bernoth | 2013-10-01 | 1 | -1/+1 |
| | |/ |
|
| * | | Fix: undefined `statestack` variable in `pygments.lexer.ExtendedRegexLexer.ge... | Stephan Jorek | 2013-10-03 | 1 | -1/+1 |
| |/ |
|
* | | Make pygments.lexers.guess_lexer_for_filename py3 compatible. | goodwillcoding | 2013-08-17 | 1 | -1/+7 |
|/ |
|
* | add example file for F#. | Georg Brandl | 2013-05-20 | 1 | -0/+578 |
* | F# lexer: rewrite with newest spec for F# 3.0 (#842). | Georg Brandl | 2013-05-20 | 2 | -47/+90 |
* | Closes #862: better guess for shell lexer. | Georg Brandl | 2013-05-20 | 1 | -1/+4 |
* | Closes #863: improve analyse_text of Python and Numpy lexers | Georg Brandl | 2013-05-20 | 2 | -1/+7 |
* | merge with timjb/pygments-main (Agda lexers), pull request #203 | Georg Brandl | 2013-05-20 | 7 | -21/+261 |
|\ |
|
| * | Cosmetic changes in Agda lexer | Tim Baumann | 2013-05-19 | 1 | -3/+4 |
| * | Added myself (Tim Baumann) to AUTHORS | Tim Baumann | 2013-05-19 | 1 | -0/+1 |
| * | Factored out LiterateLexer as a base class for both LiterateAgdaLexer and | Tim Baumann | 2013-05-19 | 2 | -95/+98 |
| * | Test files for Agda and literate Agda mode | Tim Baumann | 2013-05-19 | 3 | -7/+133 |
| * | Add support for Literate Agda (factoring out some helper functions | Tim Baumann | 2013-05-19 | 2 | -44/+74 |
| * | Added lexer for Agda | Tim Baumann | 2013-05-19 | 2 | -2/+73 |
* | | Closes #850: recognize .wsf as XML files. | Georg Brandl | 2013-05-19 | 2 | -2/+3 |
* | | Closes #854: make the lexer guessing of the SLexer less greedy. | Georg Brandl | 2013-05-19 | 1 | -1/+2 |
* | | Closes #852: let the formatters encoding to utf-8 if "guess" is given | Georg Brandl | 2013-05-19 | 1 | -0/+3 |
* | | Closes #853: fix typo in SQL lexer. | Georg Brandl | 2013-05-19 | 1 | -1/+1 |
* | | Closes #864: fix Prolog numeric literals. | Georg Brandl | 2013-05-19 | 2 | -2/+12 |
* | | Closes #866: allow digits in CMake directives. | Georg Brandl | 2013-05-19 | 1 | -1/+1 |
* | | Closes #846: support "strange" tag names (with ":", "_" or "-") in HTML lexer. | Georg Brandl | 2013-05-19 | 1 | -2/+4 |
* | | Restore +x on pygmentize. | Georg Brandl | 2013-05-19 | 1 | -0/+0 |
* | | Closes #790: The NameHighlightFilter now works with any Name.* token type. | Georg Brandl | 2013-05-19 | 2 | -2/+4 |
* | | merge with bitbucket.org/christian/pygments-main, pull request #171 | Georg Brandl | 2013-05-19 | 42 | -2264/+7225 |
|\ \ |
|
| * | | Rexx lexer: add changelog entry and simplify analyse_text | Georg Brandl | 2013-05-19 | 3 | -29/+22 |
| * | | Merged in roskakori/pygments-main (pull request #199) | Georg Brandl | 2013-05-19 | 22 | -294/+3127 |
| |\ \ |
|
| | * \ | merge with bitbucket.org/andyli/pygments-main (Haxe3 lexer), pull request #174 | Georg Brandl | 2013-05-19 | 5 | -178/+935 |
| | |\ \ |
|
| | | * | | No, the ident of compiler switch should not contain "-". | Andy Li | 2013-02-26 | 1 | -4/+2 |
| | | * | | Improved preproc to actually allow binops inside parenthesis. Fixed meta with... | Andy Li | 2013-02-22 | 1 | -10/+38 |
| | | * | | Remove keyword "callback", added optional type, improved regex, binop, and sw... | Andy Li | 2013-02-21 | 1 | -4/+5 |
| | | * | | support '-' in preproc | Andy Li | 2013-02-21 | 1 | -1/+3 |
| | | * | | Improved cast. | Andy Li | 2013-02-20 | 1 | -1/+9 |
| | | * | | Improved string interpolation support | Andy Li | 2013-02-20 | 1 | -1/+2 |
| | | * | | Added string interpolation and escape. | Andy Li | 2013-02-19 | 1 | -13/+33 |
| | | * | | A number of fixes. | Andy Li | 2013-02-19 | 1 | -12/+32 |
| | | * | | Merge upstream changes. | Andy Li | 2013-02-19 | 136 | -1429/+10308 |
| | | |\ \ |
|