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