blob: 8f02b530eab798e2fb2c86729d2ca875bf151c34 (
plain)
1
2
3
4
5
6
7
8
|
(import_declaration
(scoped_identifier) @import.name) @import.decl
(import_declaration
"static"
(scoped_identifier) @import.name) @import.decl
;; idk about wildcards, but this covers most for now
|