Support the glimmer parser when the hbs template literal tag is used

This commit is contained in:
NullVoxPopuli
2021-02-28 16:43:32 -05:00
committed by Stephan Seitz
parent 731998199f
commit 35369de25a

View File

@@ -12,3 +12,9 @@
(#eq? @_name "gql"))
arguments: ((template_string) @graphql
(#offset! @graphql 0 1 0 -1)))
(call_expression
function: ((identifier) @_name
(#eq? @_name "hbs"))
arguments: ((template_string) @glimmer
(#offset! @glimmer 0 1 0 -1)))