| Commit message (Expand) | Author | Age | Files | Lines |
| * | Closes #850: recognize .wsf as XML files. | Georg Brandl | 2013-05-19 | 1 | -1/+2 |
| * | Closes #846: support "strange" tag names (with ":", "_" or "-") in HTML lexer. | Georg Brandl | 2013-05-19 | 1 | -2/+4 |
| * | merge with bitbucket.org/andyli/pygments-main (Haxe3 lexer), pull request #174 | Georg Brandl | 2013-05-19 | 1 | -174/+787 |
| |\ |
|
| | * | 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 | 1 | -51/+264 |
| | |\ |
|
| | * | | haxe3 pattern matching. | Andy Li | 2012-12-16 | 1 | -2/+2 |
| | * | | Support haxe3 pattern matching. | Andy Li | 2012-12-16 | 1 | -2/+8 |
| | * | | Support GADT. | Andy Li | 2012-12-06 | 1 | -4/+3 |
| | * | | Avoid referencing empty preproc_stack. | Andy Li | 2012-11-26 | 1 | -1/+1 |
| | * | | Avoid popping empty preproc_stack. | Andy Li | 2012-11-26 | 1 | -1/+1 |
| | * | | Improved EReg. | Andy Li | 2012-11-26 | 1 | -2/+2 |
| | * | | updated Haxe info | Andy Li | 2012-11-26 | 1 | -3/+3 |
| | * | | fixed IntIter | Andy Li | 2012-11-25 | 1 | -2/+2 |
| | * | | no need to add "\b" after ident | Andy Li | 2012-11-25 | 1 | -1/+1 |
| | * | | Fixed Float written as "1." | Andy Li | 2012-11-25 | 1 | -1/+3 |
| | * | | Token type fix. | Andy Li | 2012-11-25 | 1 | -1/+1 |
| | * | | More token type fixes. | Andy Li | 2012-11-25 | 1 | -9/+9 |
| | * | | Minor. | Andy Li | 2012-11-25 | 1 | -1/+1 |
| | * | | Refactoring and added comments. | Andy Li | 2012-11-24 | 1 | -29/+40 |
| | * | | Use Name.Decorator for metadata. | Andy Li | 2012-11-24 | 1 | -7/+12 |
| | * | | Fixed #end vs #error. Corrected a lot of token types. | Andy Li | 2012-11-24 | 1 | -39/+77 |
| | * | | Correctly handle preproc. | Andy Li | 2012-11-24 | 1 | -13/+32 |
| | * | | Fixed 'type-param-constraint-sep' | Andy Li | 2012-11-23 | 1 | -6/+6 |
| | * | | Fixed abstract type. | Andy Li | 2012-11-22 | 1 | -6/+24 |
| | * | | minor | Andy Li | 2012-11-22 | 1 | -5/+5 |
| | * | | A few more fixes. | Andy Li | 2012-11-22 | 1 | -27/+30 |
| | * | | Many fixes. | Andy Li | 2012-11-22 | 1 | -12/+49 |
| | * | | A few fixes. | Andy Li | 2012-11-22 | 1 | -5/+20 |
| | * | | Added support for cast, try-catch, for, and improved macro. | Andy Li | 2012-11-22 | 1 | -3/+29 |
| | * | | Added typedef support. | Andy Li | 2012-11-22 | 1 | -5/+19 |
| | * | | Added support for multiple type of a type constraint. Fixed infinite loop. | Andy Li | 2012-11-21 | 1 | -2/+21 |
| | * | | Added while and do-while. | Andy Li | 2012-11-21 | 1 | -3/+22 |
| | * | | Function param can be optional. | Andy Li | 2012-11-21 | 1 | -2/+3 |
| | * | | Added if-else, improved switch. | Andy Li | 2012-11-21 | 1 | -2/+45 |
| | * | | Added enum decl support. | Andy Li | 2012-11-21 | 1 | -6/+28 |
| | * | | Completing class decl. | Andy Li | 2012-11-21 | 1 | -16/+75 |
| | * | | Added metadata support. Working on class member. | Andy Li | 2012-11-20 | 1 | -14/+41 |
| | * | | Work in progress. Supporting a good subset of expression kinds. | Andy Li | 2012-11-20 | 1 | -181/+300 |
| | * | | Renamed haXe to Haxe, according to https://groups.google.com/forum/#!topic/ha... | Andy | 2012-11-09 | 1 | -3/+3 |
| * | | | merge with mgorny/pygments-vim-modelines-r1 (pull request #118) | Georg Brandl | 2013-05-19 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | Add vim-specific aliases for lexers. | Micha? G?rny | 2012-10-19 | 1 | -2/+2 |
| | |/ / |
|
| * | | | 'yield' keyword for JavascriptLexer | Tim Taubert | 2013-04-30 | 1 | -1/+1 |
| * | | | ensures member definitions follow a keyword or comma | EricFromCanada | 2013-02-20 | 1 | -2/+8 |