Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated tree-sitter query scopes (#896) | Kirawi | 2021-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 Soumya | 2021-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 message | Blaž Hrastnik | 2021-09-06 |
| | |||
* | syntax: Improve go highlights | Blaž Hrastnik | 2021-09-06 |
| | |||
* | Golang indent improvements | Blaž Hrastnik | 2021-08-19 |
| | |||
* | Golang indent queries | Blaž Hrastnik | 2021-06-01 |
| | |||
* | Adjust golang indents yet again | Blaž Hrastnik | 2021-05-31 |
| | |||
* | Golang indent adjustment | Blaž Hrastnik | 2021-05-28 |
| | |||
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 |
| | |||
* | syntax: golang: Indent type declarations | Blaž Hrastnik | 2021-05-18 |
| | |||
* | Add indentation queries for golang. | Blaž Hrastnik | 2021-05-15 |
| | |||
* | Add tree-sitter queries. | Blaž Hrastnik | 2021-04-09 |