aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter/highlight_spec.lua
Commit message (Collapse)AuthorAge
* feat(ui): allow conceal to be defined in decorationsbfredl2022-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 Seitz2022-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 queriesStephan Seitz2021-07-22
|
* feat(treesitter): allow injections to be configured through directivesSteven Sojka2021-04-02
|
* fixup: remove unused test functionTJ DeVries2021-03-31
|
* ts: Add per-language highlight linksTJ DeVries2021-03-31
|
* fixup: Add a test and it is so prettyTJ DeVries2021-03-30
|
* buffer updates: mark sorted region as changed.Björn Linse2021-01-03
| | | | | NB: currently this invalidates all extmarks inside the region. Later on within-line extmarks could be preserved
* tests: make treesitter its own categoryBjörn Linse2021-01-03