mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Change capture groups and add variable highlights
This commit is contained in:
parent
aaa990053a
commit
1427c43cf0
3 changed files with 25 additions and 15 deletions
|
|
@ -62,6 +62,9 @@ highlight default link TSTypeBuiltin Type
|
|||
highlight default link TSStructure Structure
|
||||
highlight default link TSInclude Include
|
||||
|
||||
highlight default link TSVariable Identifier
|
||||
highlight default link TSVariableBuiltin Special
|
||||
|
||||
highlight default link TSDefinitionUsage Visual
|
||||
highlight default link TSDefinition Search
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue