highlights(typescript): fix indentifier for type imports

This commit is contained in:
Munif Tanjim 2021-06-26 15:25:57 +06:00 committed by Stephan Seitz
parent dbbedfec88
commit b8d7853b88

View file

@ -20,6 +20,12 @@
(type_identifier) @type
(predefined_type) @type.builtin
(import_statement "type"
(import_clause
(named_imports
((import_specifier
name: (identifier) @type)))))
; punctuation
(type_arguments