mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
Lua: highlight function name
This commit is contained in:
parent
688161c174
commit
429036317a
5 changed files with 17 additions and 7 deletions
|
|
@ -388,6 +388,10 @@ For any operator: `+`, but also `->` and `*` in C.
|
|||
*hl-TSKeyword*
|
||||
For keywords that don't fall in previous categories.
|
||||
|
||||
`TSKeywordFunction`
|
||||
*hl-TSKeywordFunction*
|
||||
For keywords used to define a fuction.
|
||||
|
||||
`TSException`
|
||||
*hl-TSException*
|
||||
For exception related keywords.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue