summaryrefslogtreecommitdiff
path: root/tests/examplefiles/nim/example.nim.output
Commit message (Collapse)AuthorAgeFilesLines
* Update nimrod.py lexer (#1970)matkuki2022-09-241-2309/+2364
| | | Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
* nim: types shouldn't be highlighted as keywords (#2136)Miran2022-05-121-21/+21
| | | Use `Name.Builtin`.
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-201-0/+8968
Co-authored-by: Georg Brandl <georg@python.org>