mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
Lua: highlight function name
This commit is contained in:
parent
688161c174
commit
429036317a
5 changed files with 17 additions and 7 deletions
|
|
@ -46,6 +46,7 @@ hlmap["repeat"] = "TSRepeat"
|
|||
hlmap["label"] = "TSLabel"
|
||||
hlmap["operator"] = "TSOperator"
|
||||
hlmap["keyword"] = "TSKeyword"
|
||||
hlmap["keyword.function"] = "TSKeywordFunction"
|
||||
hlmap["exception"] = "TSException"
|
||||
|
||||
hlmap["type"] = "TSType"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue