mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -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
|
|
@ -13,7 +13,6 @@
|
|||
"typedef"
|
||||
"class"
|
||||
"endclass"
|
||||
"return"
|
||||
"default"
|
||||
"break"
|
||||
"interface"
|
||||
|
|
@ -28,6 +27,10 @@
|
|||
"assert"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"return"
|
||||
] @keyword.return
|
||||
|
||||
[
|
||||
"begin"
|
||||
"end"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue