summaryrefslogtreecommitdiff
path: root/syntax-highlight
Commit message (Expand)AuthorAgeFilesLines
* Add Python lexer.HEADmasterSkylar Chan2023-10-301-0/+94
* Add WAT keywords 'then' and 'else'.David Thompson2023-09-191-2/+2
* Add WAT keyword 'if'.David Thompson2023-09-191-1/+1
* Add additional WAT keywords.David Thompson2023-09-191-1/+2
* Remove unused procedures from Scheme lexer.David Thompson2023-09-191-11/+0
* Add WAT lexer.David Thompson2023-09-191-0/+60
* Add first pass at a JavaScript lexer.David Thompson2023-09-151-0/+74
* Add Lisp lexer.David Thompson2022-10-051-0/+100
* Add css lexer.Julien Lepiller2021-08-212-8/+604
* Add gitignore lexer.Julien Lepiller2021-07-141-0/+42
* lexers: Add lex-consume-until.Julien Lepiller2021-07-141-0/+39
* scheme: Fix variable export.David Thompson2021-01-051-1/+1
* Add C lexer.David Thompson2018-03-101-0/+108
* Delete parsers modules.David Thompson2016-02-161-224/+0
* Rewrite highlighters in terms of lexers.David Thompson2016-02-162-170/+136
* Add lexers module.David Thompson2016-02-161-0/+333
* Add (syntax-highlight utils) module.David Thompson2015-10-212-2/+38
* xml: Reverse order of operations issue.David Thompson2015-10-211-1/+1
* Add XML highlighter.David Thompson2015-10-191-0/+111
* parsers: Fix variable shadowing issue.David Thompson2015-10-191-5/+5
* parsers: Add parse-maybe.David Thompson2015-10-191-0/+11
* parsers: Remove parse-never.David Thompson2015-10-192-10/+5
* scheme: Allow for custom special symbols.David Thompson2015-10-181-4/+14
* scheme: Tag symbols beginning with "define" as special.David Thompson2015-10-181-4/+33
* parsers: Add parse-regexp.David Thompson2015-10-181-0/+10
* parsers: Add parse-filter.David Thompson2015-10-181-0/+10
* parsers: Fix typo in docstring.David Thompson2015-10-181-1/+1
* scheme: Remove commented code.David Thompson2015-10-181-7/+0
* parsers: Fix parse-delimited.David Thompson2015-10-181-1/+2
* First commit!David Thompson2015-10-172-0/+300