summaryrefslogtreecommitdiff
path: root/pygments/lexers/lisp.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some unicode-related tests on Python 2.Tim Hatch2016-06-031-769/+769
* Remove a bunch of duplicates in words()Tim Hatch2016-06-021-1/+1
* Add extension for kif.Tim Hatch2016-06-011-1/+1
* Update RacketLexer to Racket 6.5David Corbett2016-05-031-332/+380
* Xtlang: regexlint fixes.Georg Brandl2016-02-171-3/+3
* Merge in Extempore lexer (PR#530)Georg Brandl2016-02-171-1/+206
|\
| * add lexer for the Extempore programming language/environmentBen Swift2015-12-111-1/+205
* | Fix most complaints from regexlint.Georg Brandl2016-02-141-40/+43
* | Closes #1207: add back "emacs-lisp" alias for Elisp lexer.Georg Brandl2016-02-031-1/+1
|/
* More style fixes.Georg Brandl2015-10-171-16/+17
* Cleanups in preparation for 2.1 release.Tim Hatch2015-10-141-1/+3
* Minor fixes to CPSALexerTim Hatch2015-10-141-14/+10
* Merged in michaelficarra/pygments-main (pull request #159)Tim Hatch2015-10-141-1/+81
* Simplify regex flags in ShenLexerTim Hatch2015-10-141-2/+2
* Merge with -main, fixing conflicts.Tim Hatch2015-10-141-3/+166
|\
| * Merge heads (main and ShenLexer)Bruno Deferrari2014-10-161-1/+161
* | Fix nonmacro chars.Georg Brandl2015-02-221-2/+2
* | Closes #1087: fix numbers getting recognized as symbols in elispGeorg Brandl2015-02-221-3/+3
* | remove a few more non-elisp features from elispGeorg Brandl2015-02-211-10/+0
* | fixup elisp lexer a bitGeorg Brandl2015-02-211-29/+24
* | merge with abo-aboGeorg Brandl2015-02-211-1/+1
|\ \
| * | Copyright year update.Georg Brandl2015-01-211-1/+1
* | | Fix EmacsLispLexer.Oleh Krehel2014-12-241-2/+2
* | | Add EmacsLispLexerOleh Krehel2014-12-241-3/+661
|/ /
* | Remove duplicates from data passed to words()Tim Hatch2014-11-061-5/+5
* | Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-9/+9
|/
* More fixes thanks to regexlint.Georg Brandl2014-10-161-4/+4
* Fix "matches empty string" complaints from regexlint.Georg Brandl2014-10-161-1/+1
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-5/+5
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-1/+1
* split up functional lexersGeorg Brandl2014-09-191-3/+1352
* More application of words().Georg Brandl2014-09-191-11/+9
* move Hy to lisp, use words() in python.pyGeorg Brandl2014-09-161-0/+133