highlighting for python string annotations
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
(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"))
|
||||
Reference in New Issue
Block a user