mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
feat(keywords) merge return and yield into keyword.return group
This commit is contained in:
parent
bd9095e969
commit
90f15d9bf7
23 changed files with 20 additions and 69 deletions
|
|
@ -217,11 +217,8 @@
|
|||
|
||||
[
|
||||
"return"
|
||||
] @keyword.return
|
||||
|
||||
[
|
||||
"yield"
|
||||
] @keyword.yield
|
||||
] @keyword.return
|
||||
|
||||
["from" "import"] @include
|
||||
(aliased_import "as" @include)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue