summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Update based on review feedback.argparseMatthäus G. Chajdas2021-01-231-5/+12
* cmdline: adapt the argparse help formatter to actually take terminal width in...Georg Brandl2021-01-221-1/+14
* cmdline: port to argparseGeorg Brandl2021-01-221-162/+147
* tests: code style fixupsGeorg Brandl2021-01-201-2/+2
* Matlab class properties (#1466)Dan2021-01-181-34/+64
* update the mapMestery2021-01-181-1/+1
* add markdown to aliasesMestery2021-01-181-1/+1
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-17236-245/+8
* Fix for lexing Python raw f-strings with backslashes (#1683)Jeppe Dakin2021-01-171-5/+12
* fix escape in TypeScript templates literalsMestery2021-01-171-2/+1
* Added `pygmentize -C` option to guess a lexer from contentGeorg Brandl2021-01-171-2/+18
* Do not guess MIME or SQL without reasonGeorg Brandl2021-01-172-4/+1
* Make guessing prefer Python 3 lexerGeorg Brandl2021-01-171-5/+6
* Fix escapes in JavaScript backtick stringsGeorg Brandl2021-01-171-2/+1
* Bump version to 2.7.4.2.7.4Matthäus G. Chajdas2021-01-121-1/+1
* Revert "Added dracula theme style (#1636)"Matthäus G. Chajdas2021-01-122-111/+0
* Fix several exponential/cubic complexity regexes found by Ben Caller/DoyensecGeorg Brandl2021-01-117-11/+10
* xquery: fix pop from empty stackGeorg Brandl2021-01-111-1/+2
* Added 'ERROR STOP' to fortran.py keywords. (#1665)ecasglez2021-01-101-2/+2
* support added for css variables (#1633)zjeffer2021-01-101-0/+3
* (sql.py): fix errors in keywords (#1668)0xflotus2021-01-101-6/+6
* Add __END_LINE__ to Crystal syntax highlighting (#1670)Linda_pp2021-01-091-0/+1
* Detect malformed closing tags as errors. (#1656)Catatonic2021-01-061-1/+3
* Markdown lexer improvements (#1623)Leistungsabfall2021-01-061-11/+9
* support indented entries in IniLexer (#1624)Leistungsabfall2021-01-041-1/+1
* Update Crystal lexer (#1650)Oleh Prypin2021-01-041-74/+45
* Fix Coq-related bug #678 (#1648)Maximilian Wuttke2021-01-041-3/+6
* Merge branch 'master' of https://github.com/felixhao28/pygments into felixhao...Matthäus G. Chajdas2021-01-041-1/+1
|\
| * fix punctuation not labeled in function definition in TypeScriptYiyang Hao2020-08-161-1/+1
* | Bump copyright year.Matthäus G. Chajdas2021-01-03234-237/+237
* | Update keywords for JS and its variants (#1651)Mestery2021-01-021-37/+35
* | Revert a private API in the HTML formatter (#1655)Kurt McKee2020-12-301-6/+9
* | Fix #1652.Matthäus G. Chajdas2020-12-291-1/+1
* | feat: added 'ONLY' to fortran.py Keywords0xflotus2020-12-281-3/+3
* | add support for LiveScript and CoffeeScriptMestery2020-12-281-4/+4
* | Fix regexs to support somes flagsMestery2020-12-281-4/+4
* | Merge github.com:mathiasertl/pygmentsGeorg Brandl2020-12-281-1/+1
|\ \
| * | consider trailing whitespace a part of the prompt, making copy/paste more str...Mathias Ertl2020-12-251-1/+1
* | | do_insertions: do not emit empty tokensGeorg Brandl2020-12-281-4/+6
|/ /
* | all: weed out more backtracking string regexesGeorg Brandl2020-12-2525-107/+107
* | fix a lot more backtracking string regexesGeorg Brandl2020-12-2510-70/+40
* | sarl: fix indentationGeorg Brandl2020-12-251-51/+56
* | Added dracula theme style (#1636)Daniel Vilar2020-12-242-0/+111
* | Fix backtracking Modula2 string regexes.Georg Brandl2020-12-241-2/+12
* | Fix raw token lexer w.r.t. Unicode.Georg Brandl2020-12-241-18/+18
* | fix oversightGeorg Brandl2020-12-191-1/+1
* | fix inefficient regexes for guessing lexersGeorg Brandl2020-12-192-3/+1
* | Limit recursion with nesting Ruby heredocsGeorg Brandl2020-12-172-4/+10
* | Fix backtracking string regexes in JavascriptLexer und TypescriptLexer.Georg Brandl2020-12-171-5/+24
* | fixes #1625: infinite loop in SML lexerGeorg Brandl2020-12-101-6/+6