summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Update CHANGES, language list, versionadded.Matthäus G. Chajdas2022-02-203-1/+6
| | | |
| * | | Merge branch 'master' of github.com:pygments/pygmentsFabrizio Riguzzi2022-02-20221-56146/+53160
| |\ \ \ | |/ / / |/| | |
* | | | Update CHANGES.Matthäus G. Chajdas2022-02-201-1/+24
| | | |
* | | | Update Agda’s reserved words (#2017)Liang-Ting Chen2022-02-201-6/+6
| | | | | | | | | | | | A number of keywords are added and a deprecated keyword `unquoteGoal` is removed. For the latest set of keywords in Agda, see https://github.com/agda/agda/blob/master/src/full/Agda/Syntax/Parser/Lexer.x#L153-L193.
* | | | Update CHANGES.Matthäus G. Chajdas2022-02-201-0/+1
| | | |
* | | | Merge branch 'blu-base-lexers_ijkl'Matthäus G. Chajdas2022-02-20159-53505/+48249
|\ \ \ \
| * | | | Update golen test files.Matthäus G. Chajdas2022-02-204-159/+159
| | | | |
| * | | | Merge branch 'master' of github.com:pygments/pygments; branch 'lexers_ijkl' ↵Matthäus G. Chajdas2022-02-20155-53346/+48090
| |\ \ \ \ |/ / / / / | | | | | | | | | | of https://github.com/blu-base/pygments into blu-base-lexers_ijkl
| * | | | Whitespace token for lisp lexersSebastian Engel2022-01-0615-24252/+24254
| | | | |
| * | | | Whitespace token for kuin lexerSebastian Engel2022-01-062-170/+171
| | | | |
| * | | | Whitespace token for sarl lexerSebastian Engel2022-01-061-7/+7
| | | | |
| * | | | Whitespace token for jasmin lexerSebastian Engel2022-01-062-1444/+1444
| | | | |
| * | | | Whitespace token for golo,pig,xtend lexersSebastian Engel2022-01-065-593/+593
| | | | |
| * | | | Whitespace token for kotlin lexerSebastian Engel2022-01-0612-481/+482
| | | | |
| * | | | Whitespace token for scala lexerSebastian Engel2022-01-0656-3895/+3905
| | | | |
| * | | | Whitespace token for jvm lexerSebastian Engel2022-01-0610-1778/+1792
| | | | |
| * | | | Whitespace token for julia lexerSebastian Engel2022-01-0612-1819/+1835
| | | | |
| * | | | Whitespace token j lexerSebastian Engel2022-01-064-9282/+3734
| | | | |
| * | | | Ws token remaining javascript lexersSebastian Engel2022-01-064-393/+450
| | | | |
| * | | | Ws token coffee lexerSebastian Engel2022-01-066-1571/+2019
| | | | |
| * | | | Ws token objective-j lexerSebastian Engel2022-01-062-941/+593
| | | | |
| * | | | Ws token dart,lasso lexerSebastian Engel2022-01-064-1957/+1989
| | | | |
| * | | | Ws token livescript lexerSebastian Engel2022-01-062-159/+192
| | | | |
| * | | | Ws token kal lexerSebastian Engel2022-01-062-166/+245
| | | | |
| * | | | Ws token - typescriptSebastian Engel2022-01-062-5/+6
| | | | |
| * | | | Modernize Whitespace token in lexer javascriptSebastian Engel2022-01-0619-687/+754
| | | | |
| * | | | Modernize Whitespace token in lexer iolangSebastian Engel2022-01-061-5/+5
| | | | |
| * | | | Modernize Whitespace token in lexer intallersSebastian Engel2022-01-064-822/+670
| | | | |
| * | | | Modernize Whitespace token in lexer infernoSebastian Engel2022-01-062-1734/+1735
| | | | |
| * | | | Modernize Whitespace token in lexer igorSebastian Engel2022-01-061-1/+2
| | | | |
| * | | | Modernize Whitespace token in lexer idlSebastian Engel2022-01-062-167/+196
| | |/ / | |/| |
* | | | Spice: Update some keywords (#2067)Marc Auberer2022-02-193-3/+5
| | | |
* | | | Add support for non-idiomatic single line comments in terraform (#2066)Charles Bouchard-Légaré2022-02-092-5/+8
| | | |
* | | | Scheme: recognize #: keywords (used for named function arguments)Jean Abou Samra2022-02-082-1/+45
| | | | | | | | | | | | | | | | | | | | Highlighting as Keyword.Declaration is consistent with the RacketLexer.
* | | | Scheme: support datum commented with #;Jean Abou Samra2022-02-085-22/+76
| | | | | | | | | | | | | | | | | | | | | | | | 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-087-1604/+4300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-083-20/+302
| | | | | | | | | | | | | | | | | | | | Many number literals were not recognized previously, such as fractions, infinities, hex and complex literals.
* | | | Scheme: highlight string escapesJean Abou Samra2022-02-083-62/+285
| | | | | | | | | | | | | | | | | | | | 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-083-10/+45
| | | |
* | | | github: avoid running tests twiceGeorg Brandl2022-02-081-0/+1
| | | |
* | | | tests: fix pytest 8 deprecationGeorg Brandl2022-02-082-2/+4
| | | |
* | | | Let Groff formatter inherit token styles correctly (#2024)Jean Abou-Samra2022-02-052-0/+42
| | | |
* | | | Elpi: fix catastrophic backtracking (#2061)Jean Abou-Samra2022-02-032-2/+8
| | | |
* | | | Add link.Matthäus G. Chajdas2022-02-011-1/+1
| | | |
* | | | Add goals & non-goals.Matthäus G. Chajdas2022-02-011-0/+13
| | | |
* | | | Bump to Python 3.6 (closes #2059.)Matthäus G. Chajdas2022-02-014-5/+5
| | | |
* | | | CI: Only deploy for upstream (#2036)Hugo van Kemenade2022-01-311-3/+4
| | | | | | | | | | | | | | | | | | | | * Only deploy for upstream * Bump versions
* | | | PHP: 8.x keywords (#2054)Ancarda2022-01-311-2/+2
| | | |
* | | | Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-3130-74/+40
| | | |