Files
nvim-config/queries/typescript/injections.scm
T

11 lines
271 B
Scheme

; angular inline templates
((decorator
(call_expression
(identifier) @_decorator
(arguments
(object
(pair
(property_identifier) @_key
(template_string) @html)))))
(#eq? @_decorator "Component") (#eq? @_key "template"))