index
:
delta/python-packages/pygments-git.git
2382-fix
661/ashsearle/phpclass
686/ximmm/css
704/kenzierocks/antlrv4
716/kemichal/eloquence
719/tatt61880/kuin
723/drhouck/cliterals
732/djrm0/gdscript
752/camoberg/yang
765/lgiordani/m68k
767/6wind/yang
769/mtreinish/openqasm
793/brytonhall/singularity
829/TheMartianLife/yarn
834/john-andrews/chisel
836/MaisaMilena/formality
839/joente/thingsdb
Anteru/issue1009
argparse
bug/angular-html
examplefiles
fix/1437
fix/1579
fix/1698-lineos-wrapping
improve-linenos-handling
master
py2removal
raw-alias
regex
release/2.8.x
stable
task/add-analyze-text
task/improve-crlf-handling
github.com: pygments/pygments.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pygments
/
lexers
/
lisp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2023.
Matthäus G. Chajdas
2023-03-29
1
-1
/
+1
*
all: style fixes
Georg Brandl
2022-10-27
1
-0
/
+1
*
Rework URL information in lexers.
Matthäus G. Chajdas
2022-03-20
1
-7
/
+14
*
Merge branch 'master' of github.com:pygments/pygments; branch 'lexers_ijkl' o...
Matthäus G. Chajdas
2022-02-20
1
-12
/
+14
|
\
|
*
Whitespace token for lisp lexers
Sebastian Engel
2022-01-06
1
-12
/
+14
*
|
Scheme: recognize #: keywords (used for named function arguments)
Jean Abou Samra
2022-02-08
1
-1
/
+2
*
|
Scheme: support datum commented with #;
Jean Abou Samra
2022-02-08
1
-13
/
+23
*
|
Scheme: autogenerate lists of builtins
Jean Abou Samra
2022-02-08
1
-64
/
+20
*
|
Scheme: support fancy kinds of numbers
Jean Abou Samra
2022-02-08
1
-5
/
+122
*
|
Scheme: highlight string escapes
Jean Abou Samra
2022-02-08
1
-1
/
+18
*
|
Remove now redundant re.UNICODE and (?u) (#2058)
Jean Abou-Samra
2022-01-31
1
-5
/
+5
*
|
Happy new year.
Georg Brandl
2022-01-25
1
-1
/
+1
*
|
Fix typos (#2030)
Kian-Meng Ang
2022-01-18
1
-1
/
+1
|
/
*
Add lexer and style for LilyPond (#1845)
Jean-Abou-Samra
2021-11-21
1
-16
/
+42
*
Update Fennel lexer to include forms from latest version. (#1862)
Phil Hagelberg
2021-07-18
1
-14
/
+17
*
uniformize aliases order (#1780)
Mestery
2021-04-26
1
-1
/
+1
*
Run pyupgrade across codebase to modernize syntax and patterns (#1622)
Jon Dufresne
2021-01-17
1
-1
/
+0
*
Bump copyright year.
Matthäus G. Chajdas
2021-01-03
1
-1
/
+1
*
all: weed out more backtracking string regexes
Georg Brandl
2020-12-25
1
-6
/
+6
*
all: remove "u" string prefix (#1536)
Georg Brandl
2020-09-08
1
-770
/
+770
*
fennel: fixup string regex
Georg Brandl
2020-09-07
1
-1
/
+1
*
Avoid catastrophic backtracking.
Phil Hagelberg
2020-09-07
1
-1
/
+1
*
Add support for # as lambda shorthand.
Phil Hagelberg
2020-09-07
1
-0
/
+3
*
Remove old python-2-style strings.
Phil Hagelberg
2020-09-07
1
-17
/
+17
*
Update Fennel keywords to catch up to version 0.6.0.
Phil Hagelberg
2020-09-07
1
-10
/
+14
*
all: use yield from (#1537)
Georg Brandl
2020-09-06
1
-3
/
+1
*
all: fixup remaining regexlint warnings
Georg Brandl
2020-09-06
1
-1
/
+1
*
Update copyright year (fixes #1514.)
Matthäus G. Chajdas
2020-08-22
1
-1
/
+1
*
Update project to use modern Python features and idioms
Jon Dufresne
2019-11-25
1
-13
/
+13
*
Elisp: add more string functions (bitbucket PR #841)
Georg Brandl
2019-11-24
1
-2
/
+3
*
Fixup all headers and some more minor problems.
2.4.2
Georg Brandl
2019-05-28
1
-1
/
+1
*
Merged in jkmartindale/pygments-main (pull request #775)
Anteru
2019-03-06
1
-14
/
+86
|
\
|
*
Merged in vodik/pygments-main/hylang-colon-in-identifiers (pull request #754)
Anteru
2018-12-07
1
-1
/
+1
|
|
\
|
|
*
Hy lexer should accept colons inside identifiers
Simon Gomizelj
2018-04-05
1
-1
/
+1
|
*
|
Merge heads.
Georg Brandl
2018-11-28
1
-10
/
+10
|
|
\
\
|
|
*
|
Fix invalid escapes due to missing raw string prefix.
Georg Brandl
2018-11-28
1
-6
/
+6
|
|
*
|
Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in le...
Andreas Kloeckner
2018-06-19
1
-4
/
+4
|
|
|
/
|
*
|
Minimal fixup changes for the release, add release date.
2.3.0
Georg Brandl
2018-11-25
1
-1
/
+4
|
*
|
Merged in technomancy/pygments-main/fennel (pull request #783)
Anteru
2018-11-24
1
-1
/
+70
|
|
\
\
|
|
*
|
Add support for the Fennel programming language
Phil Hagelberg
2018-11-16
1
-1
/
+70
|
|
|
/
|
*
|
PEP 479: Raising StopIteration from a generator is now an error
Miro Hron?ok
2018-07-04
1
-2
/
+2
|
|
/
*
|
Fix external links in RdLexer and NewLispLexer
James Martindale
2018-07-16
1
-1
/
+1
|
/
*
Copyright update.
Georg Brandl
2017-01-22
1
-1
/
+1
*
Add support for partials and path segments for Handlebars.
Christian Hammond
2016-11-04
1
-0
/
+2621