Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Ws token objective-j lexer | Sebastian Engel | 2022-01-06 | 1 | -20/+20 | |
| | | | | | ||||||
| | * | | | Ws token dart,lasso lexer | Sebastian Engel | 2022-01-06 | 1 | -31/+38 | |
| | | | | | ||||||
| | * | | | Ws token livescript lexer | Sebastian Engel | 2022-01-06 | 1 | -6/+9 | |
| | | | | | ||||||
| | * | | | Ws token kal lexer | Sebastian Engel | 2022-01-06 | 1 | -24/+45 | |
| | | | | | ||||||
| | * | | | Ws token - typescript | Sebastian Engel | 2022-01-06 | 1 | -4/+4 | |
| | | | | | ||||||
| | * | | | Modernize Whitespace token in lexer javascript | Sebastian Engel | 2022-01-06 | 1 | -6/+6 | |
| | | | | | ||||||
| | * | | | Modernize Whitespace token in lexer iolang | Sebastian Engel | 2022-01-06 | 1 | -5/+5 | |
| | | | | | ||||||
| | * | | | Modernize Whitespace token in lexer intallers | Sebastian Engel | 2022-01-06 | 1 | -11/+12 | |
| | | | | | ||||||
| | * | | | Modernize Whitespace token in lexer inferno | Sebastian Engel | 2022-01-06 | 1 | -5/+5 | |
| | | | | | ||||||
| | * | | | Modernize Whitespace token in lexer igor | Sebastian Engel | 2022-01-06 | 1 | -1/+2 | |
| | | | | | ||||||
| | * | | | Modernize Whitespace token in lexer idl | Sebastian Engel | 2022-01-06 | 1 | -4/+8 | |
| | |/ / | ||||||
| * | | | Spice: Update some keywords (#2067) | Marc Auberer | 2022-02-19 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Add support for non-idiomatic single line comments in terraform (#2066) | Charles Bouchard-Légaré | 2022-02-09 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Scheme: recognize #: keywords (used for named function arguments) | Jean Abou Samra | 2022-02-08 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | Highlighting as Keyword.Declaration is consistent with the RacketLexer. | |||||
| * | | | Scheme: support datum commented with #; | Jean Abou Samra | 2022-02-08 | 1 | -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 builtins | Jean Abou Samra | 2022-02-08 | 2 | -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 numbers | Jean Abou Samra | 2022-02-08 | 1 | -5/+122 | |
| | | | | | | | | | | | | | | | | | | | | Many number literals were not recognized previously, such as fractions, infinities, hex and complex literals. | |||||
| * | | | Scheme: highlight string escapes | Jean Abou Samra | 2022-02-08 | 1 | -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 Whetsell | 2022-02-08 | 1 | -5/+15 | |
| | | | | ||||||
| * | | | Update Spice lexer (#2063) | Marc Auberer | 2022-02-08 | 1 | -4/+9 | |
| | | | | ||||||
| * | | | Let Groff formatter inherit token styles correctly (#2024) | Jean Abou-Samra | 2022-02-05 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Elpi: fix catastrophic backtracking (#2061) | Jean Abou-Samra | 2022-02-03 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | PHP: 8.x keywords (#2054) | Ancarda | 2022-01-31 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Remove now redundant re.UNICODE and (?u) (#2058) | Jean Abou-Samra | 2022-01-31 | 29 | -72/+38 | |
| | | | | ||||||
| * | | | When using the HTML formatter with `linespans=foo`, `linenos=inline`, and ↵ | Maximilian Hils | 2022-01-31 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | `anchorlinenos=True`, (#2026) the generated anchor links should be `#foo-42` and not `#-42`. | |||||
| * | | | php: update builtin functions lists (#2056) | Georg Brandl | 2022-01-31 | 1 | -1831/+404 | |
| | | | | ||||||
| * | | | Highlight Clojure ratios as Numbers (#2042) | Tom Fryers | 2022-01-31 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | * Highlight Clojure ratios as Numbers * Fix Number parsing order | |||||
| * | | | mysql: update builtins | Georg Brandl | 2022-01-29 | 1 | -1/+55 | |
| | | | | ||||||
| * | | | lua: fix builtin regenerate script and update | Georg Brandl | 2022-01-29 | 1 | -14/+8 | |
| | | | | ||||||
| * | | | sourcemod: fix builtin regenerate script | Georg Brandl | 2022-01-29 | 1 | -14/+6 | |
| | | | | ||||||
| * | | | postgres: regenerate builtins | Georg Brandl | 2022-01-29 | 1 | -5/+12 | |
| | | | | ||||||
| * | | | Support comments in JSON (#2049) | Kurt McKee | 2022-01-28 | 1 | -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 Guilherme | 2022-01-27 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Update `Inform6Lexer` to Inform 6.36 (#2050) | David Corbett | 2022-01-25 | 1 | -5/+6 | |
| | | | | ||||||
* | | | | added support for mpe, dtproblog, + test cases | Fabrizio Riguzzi | 2022-02-03 | 1 | -20/+12 | |
| | | | | ||||||
* | | | | added one more reserved word | Fabrizio Riguzzi | 2022-01-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | fixed copyright info | Fabrizio Riguzzi | 2022-01-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master' of github.com:friguzzi/pygments | Fabrizio Riguzzi | 2022-01-25 | 272 | -289/+293 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'pygments:master' into master | Fabrizio Riguzzi | 2022-01-25 | 272 | -280/+284 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Add support for .cljc clojure file extension (#2043) | Danny Freeman | 2022-01-25 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | Add a "plugins" argument to get_all_lexers | Georg Brandl | 2022-01-25 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | and use it in the "duplicate filenames" checker. | |||||
| | * | | | Happy new year. | Georg Brandl | 2022-01-25 | 270 | -273/+273 | |
| | | | | | ||||||
| | * | | | Add the word But to the list of tokens (#2046) | Hélio Guilherme | 2022-01-24 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Merge branch 'pygments:master' into master | Fabrizio Riguzzi | 2022-01-23 | 1 | -9/+9 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Adjust colours to meet WCAG AAA contrast guidelines (#2038) | Hugo van Kemenade | 2022-01-23 | 1 | -9/+9 | |
| | | | | | ||||||
* | | | | | fixed test problem with cplint and regexlint problem | Fabrizio Riguzzi | 2022-01-25 | 2 | -4/+5 | |
|/ / / / | ||||||
* | | | | comments | Fabrizio Riguzzi | 2022-01-23 | 1 | -4/+7 | |
| | | | | ||||||
* | | | | ~= operator | Fabrizio Riguzzi | 2022-01-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | DC clauses | Fabrizio Riguzzi | 2022-01-23 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | in a:p a no more higlighted as a module | Fabrizio Riguzzi | 2022-01-22 | 2 | -0/+2 | |
| | | | |