mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
highlight: add 'comment' to hlmap
This commit is contained in:
parent
b68f0cc700
commit
1cc06ac8ba
1 changed files with 3 additions and 1 deletions
|
|
@ -20,6 +20,8 @@ hlmap["boolean"] = "TSBoolean"
|
|||
|
||||
hlmap["character"] = "TSCharacter"
|
||||
|
||||
hlmap["comment"] = "TSComment"
|
||||
|
||||
hlmap["conditional"] = "TSConditional"
|
||||
|
||||
hlmap["constant"] = "TSConstant"
|
||||
|
|
@ -28,7 +30,7 @@ hlmap["constant.macro"] = "TSConstMacro"
|
|||
|
||||
hlmap["constructor"] = "TSConstructor"
|
||||
|
||||
hlmap.error = "TSError"
|
||||
hlmap["error"] = "TSError"
|
||||
hlmap["exception"] = "TSException"
|
||||
|
||||
hlmap["field"] = "TSField"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue