summaryrefslogtreecommitdiff
path: root/pygments/lexers/lisp.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* all: style fixesGeorg Brandl2022-10-271-0/+1
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-7/+14
* Merge branch 'master' of github.com:pygments/pygments; branch 'lexers_ijkl' o...Matthäus G. Chajdas2022-02-201-12/+14
|\
| * Whitespace token for lisp lexersSebastian Engel2022-01-061-12/+14
* | Scheme: recognize #: keywords (used for named function arguments)Jean Abou Samra2022-02-081-1/+2
* | Scheme: support datum commented with #;Jean Abou Samra2022-02-081-13/+23
* | Scheme: autogenerate lists of builtinsJean Abou Samra2022-02-081-64/+20
* | Scheme: support fancy kinds of numbersJean Abou Samra2022-02-081-5/+122
* | Scheme: highlight string escapesJean Abou Samra2022-02-081-1/+18
* | Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-311-5/+5
* | Happy new year.Georg Brandl2022-01-251-1/+1
* | Fix typos (#2030)Kian-Meng Ang2022-01-181-1/+1
|/
* Add lexer and style for LilyPond (#1845)Jean-Abou-Samra2021-11-211-16/+42
* Update Fennel lexer to include forms from latest version. (#1862)Phil Hagelberg2021-07-181-14/+17
* uniformize aliases order (#1780)Mestery2021-04-261-1/+1
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* all: weed out more backtracking string regexesGeorg Brandl2020-12-251-6/+6
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-770/+770
* fennel: fixup string regexGeorg Brandl2020-09-071-1/+1
* Avoid catastrophic backtracking.Phil Hagelberg2020-09-071-1/+1
* Add support for # as lambda shorthand.Phil Hagelberg2020-09-071-0/+3
* Remove old python-2-style strings.Phil Hagelberg2020-09-071-17/+17
* Update Fennel keywords to catch up to version 0.6.0.Phil Hagelberg2020-09-071-10/+14
* all: use yield from (#1537)Georg Brandl2020-09-061-3/+1
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-1/+1
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Update project to use modern Python features and idiomsJon Dufresne2019-11-251-13/+13
* Elisp: add more string functions (bitbucket PR #841)Georg Brandl2019-11-241-2/+3
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Merged in jkmartindale/pygments-main (pull request #775)Anteru2019-03-061-14/+86
|\
| * Merged in vodik/pygments-main/hylang-colon-in-identifiers (pull request #754)Anteru2018-12-071-1/+1
| |\
| | * Hy lexer should accept colons inside identifiersSimon Gomizelj2018-04-051-1/+1
| * | Merge heads.Georg Brandl2018-11-281-10/+10
| |\ \
| | * | Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-281-6/+6
| | * | Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in le...Andreas Kloeckner2018-06-191-4/+4
| | |/
| * | Minimal fixup changes for the release, add release date.2.3.0Georg Brandl2018-11-251-1/+4
| * | Merged in technomancy/pygments-main/fennel (pull request #783)Anteru2018-11-241-1/+70
| |\ \
| | * | Add support for the Fennel programming languagePhil Hagelberg2018-11-161-1/+70
| | |/
| * | PEP 479: Raising StopIteration from a generator is now an errorMiro Hron?ok2018-07-041-2/+2
| |/
* | Fix external links in RdLexer and NewLispLexerJames Martindale2018-07-161-1/+1
|/
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+2621