1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-04-11 11:32:05 +02:00

6 Commits

Author SHA1 Message Date
Alec Thomas
b44683eae8 Fix linter. 2019-10-06 20:14:05 +11:00
Jos512
d122d30d7b Add ABAP lexer 2019-09-20 07:52:50 +10:00
Jos512
af4cf6a8b5 Fix capitalisation mistake in lexer variable 2019-02-03 09:07:29 +11:00
Jos512
15bc6832dc Remove comment and CPP name 2019-02-03 09:07:29 +11:00
Jos512
c53abb037b Add Arduino lexer 2019-02-03 09:07:29 +11:00
Alec Thomas
563aadc53c Moved lexers into alphabetical sub-packages.
This was done to speed up incremental compilation when working on
lexers. That is, modifying a single lexer will no longer require
recompiling all lexers.

This is a (slightly) backwards breaking change in that lexers are no
longer exported directly in the lexers package. The registry API is
"aliased" at the old location.
2018-02-15 21:09:02 +11:00