summaryrefslogtreecommitdiff
path: root/scripts/count_token_references.py
Commit message (Collapse)AuthorAgeFilesLines
* Add World of Warcraft TOC file lexer (#2244)Tim Martin2022-09-211-1/+4
| | | Also fix a broken link and decode as UTF8 in count_token_references.py.
* Fix typos (#2030)Kian-Meng Ang2022-01-181-2/+2
|
* Improve checks. (#1884)Matthäus G. Chajdas2021-08-171-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. Chajdas2021-06-201-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örwald2021-06-201-0/+267