summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 2.0 final.2.0Georg Brandl2014-11-092-2/+2
* Changelog entries for 2.0 final.Georg Brandl2014-11-091-3/+22
* Closes #1057: adjust lexer analysis functions; remove too broad analysis for ...Georg Brandl2014-11-093-7/+4
* Take lexer priority into account when sorting equal analyse scores.Georg Brandl2014-11-091-8/+10
* Closes #1055: fixup guessing routines for HTML/XML related markupGeorg Brandl2014-11-085-14/+13
* python2.6 has no assertSequenceEqualTim Hatch2014-11-061-4/+4
* Remove duplicate words in _mql_builtins.pyTim Hatch2014-11-061-53/+0
* Move _mql_builtins to 1-per-line and sort.Tim Hatch2014-11-061-400/+1177
* Create _mql_builtins.pyTim Hatch2014-11-062-434/+454
* Remove duplicates from data passed to words()Tim Hatch2014-11-0610-30/+22
* Regenerate SciLab builtins.Tim Hatch2014-11-061-11/+0
* Fix SciLab builtins to only be a single type each (script).Tim Hatch2014-11-061-3/+10
* Add 'duplicates_removed' function (for *_builtins.py generation).Tim Hatch2014-11-062-0/+32
* Simplify charclasses in the remaining modulesGeorg Brandl2014-11-0621-85/+82
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-0614-52/+54
* Fix Raw token lexer/formatter with new default encoding.Georg Brandl2014-11-062-1/+3
* Update docs w.r.t. encodings.Georg Brandl2014-11-064-10/+22
* Default lexer encoding is now "guess", i.e. UTF-8 / Locale / Latin1 isGeorg Brandl2014-11-064-8/+10
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-068-101/+102
* Fix flags for JS.Georg Brandl2014-11-061-3/+4
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-066-105/+101
* Fix prolog lexer comments.Georg Brandl2014-11-061-1/+1
* cirru: fix looping behaviorGeorg Brandl2014-11-061-1/+1
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-066-51/+52
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-066-33/+33
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-064-50/+52
* Simplify charclasses in a few modulesGeorg Brandl2014-11-063-15/+15
* JVM lexers: simplify charclassesGeorg Brandl2014-11-061-54/+54
* Merged in jiyinyiyong/pygments-main (pull request #378)Georg Brandl2014-11-062-39/+203
|\
| * update Cirru tests and rulesjiyinyiyong2014-11-042-39/+203
* | Fortran: allow . as punctuationGeorg Brandl2014-11-061-1/+1
* | VB.net: support Unicode identifiersGeorg Brandl2014-11-061-6/+12
* | Fortran: allow $ in namesGeorg Brandl2014-11-061-1/+1
* | Groovy: recognize triple quoted stringsGeorg Brandl2014-11-061-0/+2
* | Scala: fix recognition of Unicode => operatorGeorg Brandl2014-11-061-2/+2
* | Ocaml: be more conciliatory after dotted nameGeorg Brandl2014-11-061-0/+1
* | Awk: recognize BEGIN/ENDGeorg Brandl2014-11-061-3/+3
* | Awk: allow "|" operatorGeorg Brandl2014-11-061-1/+1
* | Perl: fix highlight of "sub foo; ...{"Georg Brandl2014-11-061-1/+1
* | debug_lexer: make it work for ExtendedRegexLexers by always using a context o...Georg Brandl2014-11-061-27/+38
* | Ruby: more special $* variablesGeorg Brandl2014-11-061-1/+1
* | C#: with generics "class" can also be used without introducing a classGeorg Brandl2014-11-061-2/+3
* | Scss: fix @media highlight and endless state stacking without #popGeorg Brandl2014-11-061-2/+3
* | Protobuf: be conciliatory after keywords, they might be used as identifiersGeorg Brandl2014-11-062-4/+8
* | HDL: use words()Georg Brandl2014-11-061-112/+136
* | VHDL: fix comment regex; two hyphens always start a commentGeorg Brandl2014-11-061-1/+1
* | HDL: PEP8 cleanupGeorg Brandl2014-11-061-17/+16
* | FORTRAN: fix previous commitGeorg Brandl2014-11-061-2/+2
* | FORTRAN: recognize cpp style preprocessor lines, fix overzealous variable hig...Georg Brandl2014-11-061-1/+2
* | Fix allowing whitespace before preprocessor commands in NASM.Georg Brandl2014-11-061-1/+1