mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -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
|
|
@ -54,6 +54,10 @@ hlmap["type.builtin"] = "TSTypeBuiltin"
|
|||
hlmap["structure"] = "TSStructure"
|
||||
hlmap["include"] = "TSInclude"
|
||||
|
||||
-- variable
|
||||
hlmap["variable"] = "TSVariable"
|
||||
hlmap["variable.builtin"] = "TSVariableBuiltin"
|
||||
|
||||
-- Text
|
||||
hlmap["text"] = "TSText"
|
||||
hlmap["text.strong"] = "TSStrong"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue