summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.tnt
Commit message (Collapse)AuthorAgeFilesLines
* Add Typographic Number Theory lexer (#1414)Ken2020-04-101-0/+81
* Add Typographic Number Theory lexer Originally tried to use RegexLexer, but the structure of TNT is too rigid for it to handle. Went with a direct parser instead. Co-authored-by: lonetwin <steve@lonetwin.net>