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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the alias for the RawTokenLexer.
raw-alias
Georg Brandl
2020-12-24
2
-2
/
+2
*
fix inefficient regexes for guessing lexers
Georg Brandl
2020-12-19
1
-1
/
+1
*
Limit recursion with nesting Ruby heredocs
Georg Brandl
2020-12-17
2
-4
/
+10
*
Fix backtracking string regexes in JavascriptLexer und TypescriptLexer.
Georg Brandl
2020-12-17
1
-5
/
+24
*
fixes #1625: infinite loop in SML lexer
Georg Brandl
2020-12-10
1
-6
/
+6
*
Unclosed script/style tag handling Fixes #1614 (#1615)
Nick Gerner
2020-12-05
1
-0
/
+12
*
testing turtle prefix names where reference starts with number (#1590)
elf Pavlik
2020-12-05
1
-11
/
+51
*
Update mapfiles and CHANGES.
Matthäus G. Chajdas
2020-12-05
1
-1
/
+1
*
Update jvm.py (#1587)
Boris Kheyfets
2020-12-05
1
-1
/
+2
*
llvm lexer: add poison keyword (#1612)
Nuno Lopes
2020-11-28
1
-1
/
+1
*
fix ecl doc reference (#1609)
Carlos Henrique Guardão Gandarez
2020-11-25
1
-1
/
+1
*
lean: Add missing keywords
Eric Wieser
2020-11-19
1
-0
/
+2
*
JuttleLexer: Fix duplicate 'juttle' occurance in lexer aliases.
Sumanth V Rao
2020-11-19
2
-2
/
+2
*
Rust: update builtins/macros/keywords for 1.47
Georg Brandl
2020-11-19
1
-27
/
+36
*
minor variable name fixup
Georg Brandl
2020-11-19
1
-5
/
+5
*
Rust lexer: changing rust macro type
K. Lux
2020-11-19
1
-1
/
+1
*
Rust lexer: bug fix with regex lexer and '!' + r'\b'
K. Lux
2020-11-19
1
-1
/
+1
*
Rust lexer: move keywords from funcs_macros to types
K. Lux
2020-11-19
1
-2
/
+1
*
Add Javascript 'async', 'await' keywords (#1605)
Chris Nevers
2020-11-17
1
-1
/
+1
*
shell: improve docstrings for the "session" type lexers
Georg Brandl
2020-11-11
1
-5
/
+10
*
json: deprecate BareJsonObjectLexer
Georg Brandl
2020-11-11
2
-6
/
+10
*
Fix a catastrophic backtracking bug in JavaLexer (#1594)
Kurt McKee
2020-11-09
1
-1
/
+8
*
Fix Mason regex.
Matthäus G. Chajdas
2020-11-08
1
-3
/
+2
*
Fix Mason regex.
Matthäus G. Chajdas
2020-11-08
1
-1
/
+1
*
fix closing tag for unnamed blocks on MasonLexer (#1592)
Carlos Henrique Guardão Gandarez
2020-11-08
1
-1
/
+1
*
removed \'{* ... *}\' as a django comment
Sean McElwain
2020-10-30
1
-1
/
+1
*
MySQL: Tokenize quoted schema object names, and escape characters, uniquely (...
Kurt McKee
2020-10-27
1
-9
/
+9
*
Add 'some' Ada reserved word (#1581)
Léo Germond
2020-10-27
1
-3
/
+3
*
Speed up JSON and reduce HTML formatter consumption (#1569)
Kurt McKee
2020-10-26
1
-85
/
+218
*
TNTLexer: Don't crash on unexpected EOL. (#1570)
Ken
2020-10-14
1
-54
/
+67
*
llvm lexer: add freeze instruction and bfloat type (#1565)
Nuno Lopes
2020-10-06
1
-11
/
+12
*
Fix spelling mistakes - fixes #1562.
Matthäus G. Chajdas
2020-10-04
1
-2
/
+2
*
Add missing tokens to SPARQL lexer (#1559)
Lucas Werkmeister
2020-10-02
1
-5
/
+5
*
Add analyze_text to make make check happy. (#1549)
Matthäus G. Chajdas
2020-09-23
26
-6
/
+314
*
python traceback lexer: fix custom exceptions without message
Georg Brandl
2020-09-19
1
-1
/
+1
*
fix regression in JSON lexer, bump to 2.7.1
2.7.1
Georg Brandl
2020-09-17
1
-2
/
+2
*
all: remove "u" string prefix (#1536)
Georg Brandl
2020-09-08
28
-1168
/
+1165
*
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: revert changes of [a-zA-Z0-9_] to \w
Georg Brandl
2020-09-07
13
-51
/
+52
*
Update mapfiles
Georg Brandl
2020-09-06
1
-2
/
+2
*
all: use argumentless super()
Georg Brandl
2020-09-06
12
-151
/
+81
*
Add comment.
Matthäus G. Chajdas
2020-09-06
1
-0
/
+3
*
Overhaul Javascript numeric literals (#1534)
Kurt McKee
2020-09-06
1
-5
/
+8
*
Simplify regex.
Matthäus G. Chajdas
2020-09-06
1
-1
/
+1
*
Overhaul the MySQL lexer (#1527)
Kurt McKee
2020-09-06
2
-56
/
+1435
*
all: use yield from (#1537)
Georg Brandl
2020-09-06
22
-126
/
+74
[next]