summaryrefslogtreecommitdiff
path: root/queries/javascript/injections.scm
blob: c9fea036250d478772bf5494afac948d20d53041 (plain)
1
2
3
4
5
6
7
8
((comment) @jsdoc)

((regex_pattern) @regex)

(call_expression
	function: ((identifier) @_name
		(#eq? @_name "gql"))
	arguments: ((template_string) @graphql))