summaryrefslogtreecommitdiff
path: root/tests/examplefiles
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Modernize Whitespace token: data lexer(json,yaml)Sebastian Engel2021-10-235-763/+763
| * | | | Modernize Whitespace token: dalvik lexerSebastian Engel2021-10-231-69/+87
| |/ / /
* | | | Devicetree: recognize hexadecimal addresses for nodesGeorg Brandl2021-11-172-0/+248
* | | | Asm lex bugfix #1895: register re check for boundary (#1961)Sebastian Engel2021-11-171-62/+31
* | | | Improve CddlLexer performance (#1959)Sebastian Engel2021-11-161-116/+7
| |/ / |/| |
* | | Fix #1479.Matthäus G. Chajdas2021-11-132-0/+15
* | | Fix #1896.Matthäus G. Chajdas2021-11-137-69/+21
* | | Improve HexdumpLexer.Matthäus G. Chajdas2021-11-136-29580/+29580
* | | Improve NSIS lexer.Matthäus G. Chajdas2021-11-131-4125/+915
* | | Debian control: more regex simplificationGeorg Brandl2021-11-091-131/+39
* | | Update debian control (#1946)sblondon2021-11-092-0/+309
* | | Improve Dylan lexer.Matthäus G. Chajdas2021-11-063-641/+574
* | | Improve MoonScript lexer.Matthäus G. Chajdas2021-11-061-1434/+785
* | | Improve Cirru lexer.Matthäus G. Chajdas2021-11-061-134/+16
* | | Improve Rexx lexer.Matthäus G. Chajdas2021-11-061-145/+25
* | | Improve XQuery lexer.Matthäus G. Chajdas2021-11-063-1496/+881
* | | Improve SgfLexer.Matthäus G. Chajdas2021-11-061-81/+46
* | | Improve MuPAD lexer.Matthäus G. Chajdas2021-11-062-1330/+126
* | | Improve SciLab lexer.Matthäus G. Chajdas2021-11-062-124/+47
|/ /
* | Whitespace token modernization - a* lexers - regarding #1905 (#1914)Sebastian Engel2021-10-2317-4369/+4428
* | Whitespace token modernization - [bc] lexers - regarding #1905 (#1923)Sebastian Engel2021-10-2343-29611/+29987
* | Modernize Whitespace token - regarding #1905 (#1911)Sebastian Engel2021-10-0910-5991/+6017
* | lexer SQL to use whitespace token - regarding #1905 (#1908)Sebastian Engel2021-10-064-806/+814
* | Improve whitespace handling in Fortran.Matthäus G. Chajdas2021-10-023-1620/+1620
* | Fortran: Change whitespace to Text until Whitespace is used consistently.Matthäus G. Chajdas2021-10-021-1/+1
* | Fix "do concurrent" and "go to" keywords in the Fortran lexer. (#1877)ecasglez2021-10-022-45/+129
* | Fix #1237 cpp whitespace token usage expanded (#1904)Sebastian Engel2021-10-0213-99/+99
* | Lexer for new language Maxima (#1885)Robert Dodier2021-09-042-0/+521
* | Merge branch 'feat/ascii-armored' of https://github.com/scop/pygments into sc...Matthäus G. Chajdas2021-08-082-0/+38
|\ \
| * | fix(asc): use Whitespace instead of Text for whitespaceVille Skyttä2021-05-181-10/+10
| * | test(asc): add id_ecdsa example fileVille Skyttä2021-05-172-0/+38
* | | Added lexer for parsing GSQL files (#1866)DanBarkus2021-08-082-0/+1726
* | | Merge branch 'master' of https://github.com/cltrudeau/pygments into cltrudeau...Matthäus G. Chajdas2021-08-082-0/+132
|\ \ \
| * | | Changes from code review:Christopher Trudeau2021-06-212-2/+2
| * | | Add JavaScript Node.js Console LexerChristopher Trudeau2021-05-292-0/+132
| |/ /
* | | Added Smithy Lexer (#1878) (#1879)Immanuel Washington2021-08-082-0/+1571
* | | Only allow tables at line start to fix arrays. (#1872)Erik Moqvist2021-07-311-58/+242
* | | Revert "Added GSQL lexer (#1809)"Matthäus G. Chajdas2021-07-182-1726/+0
* | | Revert "Update golden test output for GSQL."Matthäus G. Chajdas2021-07-181-161/+161
* | | Fix #1841.Matthäus G. Chajdas2021-07-182-0/+190
* | | Update golden test output for GSQL.Matthäus G. Chajdas2021-07-181-161/+161
* | | Remove test file with unclear license.Matthäus G. Chajdas2021-07-182-21682/+0
* | | Added GSQL lexer (#1809)DanBarkus2021-07-182-0/+1726
* | | Update javascript lexer (#1814)Mestery2021-07-185-10/+185
* | | Update Fennel lexer to include forms from latest version. (#1862)Phil Hagelberg2021-07-181-31/+33
* | | Support error locations in Python tracebacks (#1852)Jean-Abou-Samra2021-07-0613-7/+214
* | | Remove unicorn token types (fixes #1816.)Matthäus G. Chajdas2021-06-204-100/+100
* | | Add procfile lexer (#1808)sblondon2021-06-202-0/+48
* | | Use the correct whitespace token for the C family.Matthäus G. Chajdas2021-06-2027-31602/+31602
* | | Fix CFamilyLexer preprocessor tokenization errors (#1830)Henrik Lievonen2021-06-2015-225/+862