Change summary
crates/languages/src/python/highlights.scm | 18 ------------------
1 file changed, 18 deletions(-)
Detailed changes
@@ -2,24 +2,6 @@
(attribute attribute: (identifier) @property)
(type (identifier) @type)
-; Module imports
-
-(import_statement
- (dotted_name (identifier) @type))
-
-(import_statement
- (aliased_import
- name: (dotted_name (identifier) @type)
- alias: (identifier) @type))
-
-(import_from_statement
- (dotted_name (identifier) @type))
-
-(import_from_statement
- (aliased_import
- name: (dotted_name (identifier) @type)
- alias: (identifier) @type))
-
; Function calls
(decorator) @function