aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/go/highlights.scm
Commit message (Collapse)AuthorAge
* Fix malformed predicates in highlighting queriesMichael Davis2024-03-18
|
* feat(languages): golang comments and numeric types (#9525)Matouš Dzivjak2024-02-06
|
* highlights: add type.parameter scope to several more languages (#8718)Joey Hain2023-11-06
| | | | | | | | | | | * typescript * go * haskell * ocaml * kotlin (+ bugfix)
* update go highlight queries (#8399)Ben Haines2023-09-26
|
* Update highlights for golang (#6204)Erasin Wang2023-03-08
| | | | | | - update tree-sitter-go - refine keywords - set package as namespace - add label
* feat(highlights): go builtin funcs and types (#5010)Matouš Dzivjak2022-12-05
| | | | Add highlight scopes for golang built-in functions and types. Based on https://pkg.go.dev/builtin.
* Update tree-sitter-go with generics supportBlaž Hrastnik2022-01-11
|
* Updated tree-sitter query scopes (#896)Kirawi2021-11-03
| | | | | | | | | | | | | | | | | | * updated theme scopes variable.property -> variable.field property -> variable.field * updated theme scopes * update book and themes updated book and themes to reflect scope changes * wip * update more queries * update dark_plus.toml
* syntax: Add go & rust locals, improve tree-sitter error messageBlaž Hrastnik2021-09-06
|
* syntax: Improve go highlightsBlaž Hrastnik2021-09-06
|
* Add tree-sitter queries.Blaž Hrastnik2021-04-09