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