12 lines
272 B
Scheme
12 lines
272 B
Scheme
(type (string (string_content) @python))
|
|
|
|
((assignment
|
|
(type (identifier) @_type)
|
|
(string (string_content) @python))
|
|
(#eq? @_type "TypeAlias"))
|
|
|
|
((assignment
|
|
(type (string (string_content) @_type))
|
|
(string (string_content) @python))
|
|
(#eq? @_type "TypeAlias"))
|