mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
feat(keywords) add keyword.return & keyword.yield
This commit is contained in:
parent
859c743296
commit
bd9095e969
23 changed files with 112 additions and 25 deletions
|
|
@ -214,7 +214,6 @@
|
|||
"in"
|
||||
"instanceof"
|
||||
"let"
|
||||
"return"
|
||||
"set"
|
||||
"static"
|
||||
"switch"
|
||||
|
|
@ -223,9 +222,16 @@
|
|||
"var"
|
||||
"void"
|
||||
"with"
|
||||
"yield"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"return"
|
||||
] @keyword.return
|
||||
|
||||
[
|
||||
"yield"
|
||||
] @keyword.yield
|
||||
|
||||
[
|
||||
"function"
|
||||
] @keyword.function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue