More specific function keyword high-lighting
I learnt about this group by reading the nvim-treesitter source [1]. [1]: see 'lua/nvim-treesitter/highlight.lua'
This commit is contained in:
parent
5f38f649bd
commit
b22ca8cd67
2 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
; Keywords {{{
|
||||
[
|
||||
"function"
|
||||
"primitive"
|
||||
] @keyword.function
|
||||
|
||||
[
|
||||
"array"
|
||||
(break_expression)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue