mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -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"
|
"import"
|
||||||
"from"
|
"from"
|
||||||
"as"
|
|
||||||
] @include
|
] @include
|
||||||
|
|
||||||
|
(export_specifier "as" @include)
|
||||||
|
(import_specifier "as" @include)
|
||||||
|
(namespace_export "as" @include)
|
||||||
|
(namespace_import "as" @include)
|
||||||
|
|
||||||
[
|
[
|
||||||
"for"
|
"for"
|
||||||
"of"
|
"of"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue