chore: create ecma base for use in js and ts which fixes jsx issues

This commit is contained in:
kiyan 2021-03-09 23:14:27 +01:00 committed by Kiyan
parent ec41db9511
commit 3b8c2ea492
15 changed files with 411 additions and 412 deletions

View file

@ -1,20 +1 @@
((comment) @jsdoc)
((regex_pattern) @regex)
(call_expression
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)))
(call_expression
function: ((identifier) @_name
(#eq? @_name "hbs"))
arguments: ((template_string) @glimmer
(#offset! @glimmer 0 1 0 -1)))
; inherits: ecma,jsx