summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Ws token objective-j lexerSebastian Engel2022-01-061-20/+20
| | | | |
| | * | | Ws token dart,lasso lexerSebastian Engel2022-01-061-31/+38
| | | | |
| | * | | Ws token livescript lexerSebastian Engel2022-01-061-6/+9
| | | | |
| | * | | Ws token kal lexerSebastian Engel2022-01-061-24/+45
| | | | |
| | * | | Ws token - typescriptSebastian Engel2022-01-061-4/+4
| | | | |
| | * | | Modernize Whitespace token in lexer javascriptSebastian Engel2022-01-061-6/+6
| | | | |
| | * | | Modernize Whitespace token in lexer iolangSebastian Engel2022-01-061-5/+5
| | | | |
| | * | | Modernize Whitespace token in lexer intallersSebastian Engel2022-01-061-11/+12
| | | | |
| | * | | Modernize Whitespace token in lexer infernoSebastian Engel2022-01-061-5/+5
| | | | |
| | * | | Modernize Whitespace token in lexer igorSebastian Engel2022-01-061-1/+2
| | | | |
| | * | | Modernize Whitespace token in lexer idlSebastian Engel2022-01-061-4/+8
| | |/ /
| * | | Spice: Update some keywords (#2067)Marc Auberer2022-02-191-2/+2
| | | |
| * | | Add support for non-idiomatic single line comments in terraform (#2066)Charles Bouchard-Légaré2022-02-091-5/+5
| | | |
| * | | Scheme: recognize #: keywords (used for named function arguments)Jean Abou Samra2022-02-081-1/+2
| | | | | | | | | | | | | | | | | | | | Highlighting as Keyword.Declaration is consistent with the RacketLexer.
| * | | Scheme: support datum commented with #;Jean Abou Samra2022-02-081-13/+23
| | | | | | | | | | | | | | | | | | | | | | | | Previously, #; awaited an S-expression but could not cope with a simple datum like a number literal. While at it, also support R6RS brackets for S-expressions.
| * | | Scheme: autogenerate lists of builtinsJean Abou Samra2022-02-082-64/+1629
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This enriches the space of recognized builtins. Note that this also fixes the space after a builtin being included in the token.
| * | | Scheme: support fancy kinds of numbersJean Abou Samra2022-02-081-5/+122
| | | | | | | | | | | | | | | | | | | | Many number literals were not recognized previously, such as fractions, infinities, hex and complex literals.
| * | | Scheme: highlight string escapesJean Abou Samra2022-02-081-1/+18
| | | | | | | | | | | | | | | | | | | | Move string parsing to a dedicated state so it can recognize string escapes. Add support for various kinds of escapes.
| * | | Update for Csound 6.17.0 (#2064)Nate Whetsell2022-02-081-5/+15
| | | |
| * | | Update Spice lexer (#2063)Marc Auberer2022-02-081-4/+9
| | | |
| * | | Let Groff formatter inherit token styles correctly (#2024)Jean Abou-Samra2022-02-051-0/+2
| | | |
| * | | Elpi: fix catastrophic backtracking (#2061)Jean Abou-Samra2022-02-031-2/+2
| | | |
| * | | PHP: 8.x keywords (#2054)Ancarda2022-01-311-2/+2
| | | |
| * | | Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-3129-72/+38
| | | |
| * | | When using the HTML formatter with `linespans=foo`, `linenos=inline`, and ↵Maximilian Hils2022-01-311-4/+4
| | | | | | | | | | | | | | | | | | | | `anchorlinenos=True`, (#2026) the generated anchor links should be `#foo-42` and not `#-42`.
| * | | php: update builtin functions lists (#2056)Georg Brandl2022-01-311-1831/+404
| | | |
| * | | Highlight Clojure ratios as Numbers (#2042)Tom Fryers2022-01-311-0/+1
| | | | | | | | | | | | | | | | | | | | * Highlight Clojure ratios as Numbers * Fix Number parsing order
| * | | mysql: update builtinsGeorg Brandl2022-01-291-1/+55
| | | |
| * | | lua: fix builtin regenerate script and updateGeorg Brandl2022-01-291-14/+8
| | | |
| * | | sourcemod: fix builtin regenerate scriptGeorg Brandl2022-01-291-14/+6
| | | |
| * | | postgres: regenerate builtinsGeorg Brandl2022-01-291-5/+12
| | | |
| * | | Support comments in JSON (#2049)Kurt McKee2022-01-281-12/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support comments in JSON This deviates from the JSON specification but doesn't affect valid JSON. * Update the JSON parser and tests to reach 100% code and branch coverage * Note work on JSON lexer * Fix a roundtrip error identified by a random test input in CI * Note that comments are supported, and that no validation is performed
| * | | Add the file extension *.resource to the list of Robot Framework files. (#2047)Hélio Guilherme2022-01-272-2/+2
| | | |
| * | | Update `Inform6Lexer` to Inform 6.36 (#2050)David Corbett2022-01-251-5/+6
| | | |
* | | | added support for mpe, dtproblog, + test casesFabrizio Riguzzi2022-02-031-20/+12
| | | |
* | | | added one more reserved wordFabrizio Riguzzi2022-01-251-1/+1
| | | |
* | | | fixed copyright infoFabrizio Riguzzi2022-01-251-1/+1
| | | |
* | | | Merge branch 'master' of github.com:friguzzi/pygmentsFabrizio Riguzzi2022-01-25272-289/+293
|\ \ \ \
| * \ \ \ Merge branch 'pygments:master' into masterFabrizio Riguzzi2022-01-25272-280/+284
| |\ \ \ \ | | |/ / /
| | * | | Add support for .cljc clojure file extension (#2043)Danny Freeman2022-01-252-2/+2
| | | | |
| | * | | Add a "plugins" argument to get_all_lexersGeorg Brandl2022-01-251-3/+7
| | | | | | | | | | | | | | | | | | | | and use it in the "duplicate filenames" checker.
| | * | | Happy new year.Georg Brandl2022-01-25270-273/+273
| | | | |
| | * | | Add the word But to the list of tokens (#2046)Hélio Guilherme2022-01-241-2/+2
| | | | |
| * | | | Merge branch 'pygments:master' into masterFabrizio Riguzzi2022-01-231-9/+9
| |\ \ \ \ | | |/ / /
| | * | | Adjust colours to meet WCAG AAA contrast guidelines (#2038)Hugo van Kemenade2022-01-231-9/+9
| | | | |
* | | | | fixed test problem with cplint and regexlint problemFabrizio Riguzzi2022-01-252-4/+5
|/ / / /
* | | | commentsFabrizio Riguzzi2022-01-231-4/+7
| | | |
* | | | ~= operatorFabrizio Riguzzi2022-01-231-1/+1
| | | |
* | | | DC clausesFabrizio Riguzzi2022-01-231-0/+6
| | | |
* | | | in a:p a no more higlighted as a moduleFabrizio Riguzzi2022-01-222-0/+2
| | | |