Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Closes #1057: adjust lexer analysis functions; remove too broad analysis for ↵ | Georg Brandl | 2014-11-09 | 3 | -7/+4 | |
| | | | | SystemVerilog and strengthen C. | |||||
* | Take lexer priority into account when sorting equal analyse scores. | Georg Brandl | 2014-11-09 | 1 | -8/+10 | |
| | ||||||
* | Closes #1055: fixup guessing routines for HTML/XML related markup | Georg Brandl | 2014-11-08 | 5 | -14/+13 | |
| | | | | | | | * remove too broad recognition for Lasso lexer * recognize XML declaration (<?xml ...?>) as XML * make HTML doctype recognition more general (HTML5 only requires <!DOCTYPE html>) * fix PHP not to recognize XML declarations | |||||
* | Remove duplicate words in _mql_builtins.py | Tim Hatch | 2014-11-06 | 1 | -53/+0 | |
| | ||||||
* | Move _mql_builtins to 1-per-line and sort. | Tim Hatch | 2014-11-06 | 1 | -400/+1177 | |
| | ||||||
* | Create _mql_builtins.py | Tim Hatch | 2014-11-06 | 2 | -434/+454 | |
| | ||||||
* | Remove duplicates from data passed to words() | Tim Hatch | 2014-11-06 | 10 | -30/+22 | |
| | ||||||
* | Regenerate SciLab builtins. | Tim Hatch | 2014-11-06 | 1 | -11/+0 | |
| | ||||||
* | Fix SciLab builtins to only be a single type each (script). | Tim Hatch | 2014-11-06 | 1 | -3/+10 | |
| | ||||||
* | Add 'duplicates_removed' function (for *_builtins.py generation). | Tim Hatch | 2014-11-06 | 1 | -0/+16 | |
| | ||||||
* | Simplify charclasses in the remaining modules | Georg Brandl | 2014-11-06 | 21 | -85/+82 | |
| | ||||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 14 | -52/+54 | |
| | ||||||
* | Fix Raw token lexer/formatter with new default encoding. | Georg Brandl | 2014-11-06 | 2 | -1/+3 | |
| | ||||||
* | Update docs w.r.t. encodings. | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | ||||||
* | Default lexer encoding is now "guess", i.e. UTF-8 / Locale / Latin1 is | Georg Brandl | 2014-11-06 | 3 | -8/+7 | |
| | | | | tried in that order. | |||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 8 | -101/+102 | |
| | ||||||
* | Fix flags for JS. | Georg Brandl | 2014-11-06 | 1 | -3/+4 | |
| | ||||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 6 | -105/+101 | |
| | ||||||
* | Fix prolog lexer comments. | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | ||||||
* | cirru: fix looping behavior | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | ||||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 6 | -51/+52 | |
| | ||||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 6 | -33/+33 | |
| | ||||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 4 | -50/+52 | |
| | ||||||
* | Simplify charclasses in a few modules | Georg Brandl | 2014-11-06 | 3 | -15/+15 | |
| | ||||||
* | JVM lexers: simplify charclasses | Georg Brandl | 2014-11-06 | 1 | -54/+54 | |
| | ||||||
* | Merged in jiyinyiyong/pygments-main (pull request #378) | Georg Brandl | 2014-11-06 | 1 | -12/+8 | |
|\ | | | | | | | update Cirru for HTML and JavaScript DSLs | |||||
| * | update Cirru tests and rules | jiyinyiyong | 2014-11-04 | 1 | -12/+8 | |
| | | ||||||
* | | Fortran: allow . as punctuation | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | VB.net: support Unicode identifiers | Georg Brandl | 2014-11-06 | 1 | -6/+12 | |
| | | ||||||
* | | Fortran: allow $ in names | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | Groovy: recognize triple quoted strings | Georg Brandl | 2014-11-06 | 1 | -0/+2 | |
| | | ||||||
* | | Scala: fix recognition of Unicode => operator | Georg Brandl | 2014-11-06 | 1 | -2/+2 | |
| | | ||||||
* | | Ocaml: be more conciliatory after dotted name | Georg Brandl | 2014-11-06 | 1 | -0/+1 | |
| | | ||||||
* | | Awk: recognize BEGIN/END | Georg Brandl | 2014-11-06 | 1 | -3/+3 | |
| | | ||||||
* | | Awk: allow "|" operator | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | Perl: fix highlight of "sub foo; ...{" | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | Ruby: more special $* variables | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | C#: with generics "class" can also be used without introducing a class | Georg Brandl | 2014-11-06 | 1 | -2/+3 | |
| | | ||||||
* | | Scss: fix @media highlight and endless state stacking without #pop | Georg Brandl | 2014-11-06 | 1 | -2/+3 | |
| | | ||||||
* | | Protobuf: be conciliatory after keywords, they might be used as identifiers | Georg Brandl | 2014-11-06 | 2 | -4/+8 | |
| | | ||||||
* | | HDL: use words() | Georg Brandl | 2014-11-06 | 1 | -112/+136 | |
| | | ||||||
* | | VHDL: fix comment regex; two hyphens always start a comment | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | HDL: PEP8 cleanup | Georg Brandl | 2014-11-06 | 1 | -17/+16 | |
| | | ||||||
* | | FORTRAN: fix previous commit | Georg Brandl | 2014-11-06 | 1 | -2/+2 | |
| | | ||||||
* | | FORTRAN: recognize cpp style preprocessor lines, fix overzealous variable ↵ | Georg Brandl | 2014-11-06 | 1 | -1/+2 | |
| | | | | | | | | highlighting | |||||
* | | Fix allowing whitespace before preprocessor commands in NASM. | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | Protobuf lexer: allow single-quoted strings. | Georg Brandl | 2014-11-06 | 1 | -1/+2 | |
| | | ||||||
* | | Appease pyflakes. | Georg Brandl | 2014-11-06 | 1 | -0/+2 | |
| | | ||||||
* | | Fix duplicate import. | Georg Brandl | 2014-11-06 | 1 | -2/+2 | |
| | | ||||||
* | | Remove unused import. | Georg Brandl | 2014-11-06 | 1 | -1/+1 | |
| | |