mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -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
|
|
@ -108,7 +108,6 @@
|
|||
|
||||
[
|
||||
"pass"
|
||||
"return"
|
||||
"class"
|
||||
"class_name"
|
||||
"extends"
|
||||
|
|
@ -126,3 +125,7 @@
|
|||
"mastersync"
|
||||
"puppetsync"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"return"
|
||||
] @keyword.return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue