summaryrefslogtreecommitdiff
path: root/pygments/lexers
Commit message (Expand)AuthorAgeFilesLines
* F# lexer: rewrite with newest spec for F# 3.0 (#842).Georg Brandl2013-05-201-47/+88
* Closes #862: better guess for shell lexer.Georg Brandl2013-05-201-1/+4
* Closes #863: improve analyse_text of Python and Numpy lexersGeorg Brandl2013-05-202-1/+7
* merge with timjb/pygments-main (Agda lexers), pull request #203Georg Brandl2013-05-202-18/+135
|\
| * Cosmetic changes in Agda lexerTim Baumann2013-05-191-3/+4
| * Factored out LiterateLexer as a base class for both LiterateAgdaLexer andTim Baumann2013-05-191-92/+95
| * Test files for Agda and literate Agda modeTim Baumann2013-05-191-7/+12
| * Add support for Literate Agda (factoring out some helper functionsTim Baumann2013-05-192-44/+74
| * Added lexer for AgdaTim Baumann2013-05-192-2/+73
* | Closes #850: recognize .wsf as XML files.Georg Brandl2013-05-192-2/+3
* | Closes #854: make the lexer guessing of the SLexer less greedy.Georg Brandl2013-05-191-1/+2
* | Closes #853: fix typo in SQL lexer.Georg Brandl2013-05-191-1/+1
* | Closes #864: fix Prolog numeric literals.Georg Brandl2013-05-191-1/+9
* | Closes #866: allow digits in CMake directives.Georg Brandl2013-05-191-1/+1
* | Closes #846: support "strange" tag names (with ":", "_" or "-") in HTML lexer.Georg Brandl2013-05-191-2/+4
* | Rexx lexer: add changelog entry and simplify analyse_textGeorg Brandl2013-05-191-29/+20
* | Merged in roskakori/pygments-main (pull request #199)Georg Brandl2013-05-1912-260/+1282
|\ \
| * \ merge with bitbucket.org/andyli/pygments-main (Haxe3 lexer), pull request #174Georg Brandl2013-05-192-175/+788
| |\ \
| | * | No, the ident of compiler switch should not contain "-".Andy Li2013-02-261-4/+2
| | * | Improved preproc to actually allow binops inside parenthesis. Fixed meta with...Andy Li2013-02-221-10/+38
| | * | Remove keyword "callback", added optional type, improved regex, binop, and sw...Andy Li2013-02-211-4/+5
| | * | support '-' in preprocAndy Li2013-02-211-1/+3
| | * | Improved cast.Andy Li2013-02-201-1/+9
| | * | Improved string interpolation supportAndy Li2013-02-201-1/+2
| | * | Added string interpolation and escape.Andy Li2013-02-191-13/+33
| | * | A number of fixes.Andy Li2013-02-191-12/+32
| | * | Merge upstream changes.Andy Li2013-02-1931-604/+3644
| | |\ \
| | * | | haxe3 pattern matching.Andy Li2012-12-161-2/+2
| | * | | Support haxe3 pattern matching.Andy Li2012-12-161-2/+8
| | * | | Support GADT.Andy Li2012-12-061-4/+3
| | * | | Avoid referencing empty preproc_stack.Andy Li2012-11-261-1/+1
| | * | | Avoid popping empty preproc_stack.Andy Li2012-11-261-1/+1
| | * | | Improved EReg.Andy Li2012-11-261-2/+2
| | * | | updated Haxe infoAndy Li2012-11-262-4/+4
| | * | | fixed IntIterAndy Li2012-11-251-2/+2
| | * | | no need to add "\b" after identAndy Li2012-11-251-1/+1
| | * | | Fixed Float written as "1."Andy Li2012-11-251-1/+3
| | * | | Token type fix.Andy Li2012-11-251-1/+1
| | * | | More token type fixes.Andy Li2012-11-251-9/+9
| | * | | Minor.Andy Li2012-11-251-1/+1
| | * | | Refactoring and added comments.Andy Li2012-11-241-29/+40
| | * | | Use Name.Decorator for metadata.Andy Li2012-11-241-7/+12
| | * | | Fixed #end vs #error. Corrected a lot of token types.Andy Li2012-11-241-39/+77
| | * | | Correctly handle preproc.Andy Li2012-11-241-13/+32
| | * | | Fixed 'type-param-constraint-sep'Andy Li2012-11-231-6/+6
| | * | | Fixed abstract type.Andy Li2012-11-221-6/+24
| | * | | minorAndy Li2012-11-221-5/+5
| | * | | A few more fixes.Andy Li2012-11-221-27/+30
| | * | | Many fixes.Andy Li2012-11-221-12/+49
| | * | | A few fixes.Andy Li2012-11-221-5/+20