mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Update hl link
This commit is contained in:
parent
afd7a9e124
commit
947601be09
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ hlmap["punctuation.bracket"] = "TSPunctBracket"
|
|||
hlmap["punctuation.special"] = "TSPunctSpecial"
|
||||
|
||||
-- Variable
|
||||
hlmap["variable"] = "TSIdentifier"
|
||||
hlmap["variable"] = "TSConst"
|
||||
hlmap["variable.builtin"] = "TSConstBuiltin"
|
||||
|
||||
-- Constants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue