aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/go
Commit message (Collapse)AuthorAge
* Add comment textobject for surround selection and navigation (#1605)Daniel S Poulin2022-03-06
|
* tree sitter comments injections (#1527)Mathis Brossier2022-01-20
| | | | | | | | | | | * tree sitter comments injections * trailing newlines & julia fix * Update runtime/queries/julia/injections.scm Co-authored-by: Michael Davis <michael.davis@nfiindustries.com> Co-authored-by: Michael Davis <michael.davis@nfiindustries.com>
* 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
* Add treesitter textobjects (#728)Gokul Soumya2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | * Add treesitter textobject queries Only for Go, Python and Rust for now. * Add tree-sitter textobjects Only has functions and class objects as of now. * Fix tests * Add docs for tree-sitter textobjects * Add guide for creating new textobject queries * Add parameter textobject Only parameter.inside is implemented now, parameter.around will probably require custom predicates akin to nvim' `make-range` since we want to select a trailing comma too (a comma will be an anonymous node and matching against them doesn't work similar to named nodes) * Simplify TextObject cell init
* syntax: Add go & rust locals, improve tree-sitter error messageBlaž Hrastnik2021-09-06
|
* syntax: Improve go highlightsBlaž Hrastnik2021-09-06
|
* Golang indent improvementsBlaž Hrastnik2021-08-19
|
* Golang indent queriesBlaž Hrastnik2021-06-01
|
* Adjust golang indents yet againBlaž Hrastnik2021-05-31
|
* Golang indent adjustmentBlaž Hrastnik2021-05-28
|
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
|
* syntax: golang: Indent type declarationsBlaž Hrastnik2021-05-18
|
* Add indentation queries for golang.Blaž Hrastnik2021-05-15
|
* Add tree-sitter queries.Blaž Hrastnik2021-04-09