summaryrefslogtreecommitdiff
path: root/tests/examplefiles/scheme
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:pygments/pygments; branch 'lexers_ijkl' ↵Matthäus G. Chajdas2022-02-202-3759/+3759
|\ | | | | | | of https://github.com/blu-base/pygments into blu-base-lexers_ijkl
| * Whitespace token for lisp lexersSebastian Engel2022-01-062-2744/+2744
| |
* | Scheme: support datum commented with #;Jean Abou Samra2022-02-082-5/+42
| | | | | | | | | | | | 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-1532/+2545
| | | | | | | | | | | | | | 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-15/+11
| | | | | | | | | | Many number literals were not recognized previously, such as fractions, infinities, hex and complex literals.
* | Scheme: highlight string escapesJean Abou Samra2022-02-081-61/+182
|/ | | | | Move string parsing to a dedicated state so it can recognize string escapes. Add support for various kinds of escapes.
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-204-0/+12462
Co-authored-by: Georg Brandl <georg@python.org>