summaryrefslogtreecommitdiff
path: root/tests/examplefiles/go
Commit message (Collapse)AuthorAgeFilesLines
* Add 1.18 generics support for go lexer (#2167)Shengyu Zhang2022-06-252-0/+194
| | | | | | - Add new predeclared identifiers: `any` and `comparable` - Add new operator for type parameters: `~` and `|` Ref: https://go.dev/ref/spec
* Modernize Whitespace token in lexer: goSebastian Engel2021-11-211-22/+22
|
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-202-0/+69
Co-authored-by: Georg Brandl <georg@python.org>