nvim-treesitter/queries/javascript/injections.scm
2021-01-07 09:04:43 -06:00

8 lines
160 B
Scheme

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