mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Narrow as @include query
This commit is contained in:
parent
ef24c633f6
commit
faf78ce12a
1 changed files with 5 additions and 1 deletions
|
|
@ -212,9 +212,13 @@
|
|||
[
|
||||
"import"
|
||||
"from"
|
||||
"as"
|
||||
] @include
|
||||
|
||||
(export_specifier "as" @include)
|
||||
(import_specifier "as" @include)
|
||||
(namespace_export "as" @include)
|
||||
(namespace_import "as" @include)
|
||||
|
||||
[
|
||||
"for"
|
||||
"of"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue