Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add World of Warcraft TOC file lexer (#2244) | Tim Martin | 2022-09-21 | 1 | -1/+4 |
| | | | Also fix a broken link and decode as UTF8 in count_token_references.py. | ||||
* | Fix typos (#2030) | Kian-Meng Ang | 2022-01-18 | 1 | -2/+2 |
| | |||||
* | Improve checks. (#1884) | Matthäus G. Chajdas | 2021-08-17 | 1 | -1/+1 |
| | | | | | | | | | Improve checks. * Fix lots of small errors. * Remove the line length check. * Add an option to skip lexers with no alias * Run checks in make check * Add a new CI target. | ||||
* | Remove unicorn token types (fixes #1816.) | Matthäus G. Chajdas | 2021-06-20 | 1 | -0/+0 |
| | | | | | | The PR #1819 provides a tool to identify unique token types. This PR aims to remove the most obvious cases of unicorn styles which are used in a single lexer only. | ||||
* | Add scripts/count_token_references.py to check for "unicorn" tokens. (#1819) | Walter Dörwald | 2021-06-20 | 1 | -0/+267 |