fix(teal): highlighting for types

This commit is contained in:
Lewis Russell 2021-11-03 11:25:14 +00:00 committed by Stephan Seitz
parent 7ada23db8b
commit ece0f70139

View file

@ -91,8 +91,8 @@
(type_declaration "type" @keyword)
(type_declaration (identifier) @type)
(simple_type) @type
(type_index) @type
(simple_type name: (identifier) @type)
(type_index (identifier) @type)
(type_union "|" @operator)
(function_type "function" @type)