2020-11-23 21:00:08 +01:00
|
|
|
((comment) @jsdoc)
|
2020-11-27 15:01:41 -04:00
|
|
|
|
2021-01-07 09:04:43 -06:00
|
|
|
((regex_pattern) @regex)
|
|
|
|
|
|
2020-11-27 15:01:41 -04:00
|
|
|
(call_expression
|
2021-02-11 12:41:06 -06:00
|
|
|
function: ((identifier) @language)
|
|
|
|
|
arguments: ((template_string) @content
|
|
|
|
|
(#offset! @content 0 1 0 -1)))
|
|
|
|
|
|
|
|
|
|
(call_expression
|
|
|
|
|
function: ((identifier) @_name
|
|
|
|
|
(#eq? @_name "gql"))
|
|
|
|
|
arguments: ((template_string) @graphql
|
|
|
|
|
(#offset! @graphql 0 1 0 -1)))
|
2021-02-28 16:43:32 -05:00
|
|
|
|
|
|
|
|
(call_expression
|
|
|
|
|
function: ((identifier) @_name
|
|
|
|
|
(#eq? @_name "hbs"))
|
|
|
|
|
arguments: ((template_string) @glimmer
|
|
|
|
|
(#offset! @glimmer 0 1 0 -1)))
|