mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
Use @keyword.function consistently
This commit is contained in:
parent
017760113a
commit
820b4a9c21
6 changed files with 11 additions and 6 deletions
|
|
@ -88,7 +88,6 @@
|
|||
"continue"
|
||||
"default"
|
||||
"defer"
|
||||
"func"
|
||||
"go"
|
||||
"goto"
|
||||
"interface"
|
||||
|
|
@ -101,6 +100,7 @@
|
|||
"fallthrough"
|
||||
] @keyword
|
||||
|
||||
"func" @keyword.function
|
||||
"return" @keyword.return
|
||||
|
||||
"for" @repeat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue