Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(ui): allow conceal to be defined in decorations | bfredl | 2022-03-20 |
| | | | | | | Unlike syntax conceal, change highlight of concealed char Can be used in tree-sitter using "conceal" metadata. | ||
* | feat(tree-sitter): allow Atom-style capture fallbacks (#14196) | Stephan Seitz | 2022-02-16 |
| | | | | | | | | | This allows falling back to `@definition` when we have no mapping `@definition.fancy-specialization`. This behavior is described in tree-sitter's documentation (https://tree-sitter.github.io/tree-sitter/syntax-highlighting#theme). Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/738 | ||
* | feat(treesitter): allow to set highlight priority for queries | Stephan Seitz | 2021-07-22 |
| | |||
* | feat(treesitter): allow injections to be configured through directives | Steven Sojka | 2021-04-02 |
| | |||
* | fixup: remove unused test function | TJ DeVries | 2021-03-31 |
| | |||
* | ts: Add per-language highlight links | TJ DeVries | 2021-03-31 |
| | |||
* | fixup: Add a test and it is so pretty | TJ DeVries | 2021-03-30 |
| | |||
* | buffer updates: mark sorted region as changed. | Björn Linse | 2021-01-03 |
| | | | | | NB: currently this invalidates all extmarks inside the region. Later on within-line extmarks could be preserved | ||
* | tests: make treesitter its own category | Björn Linse | 2021-01-03 |