aboutsummaryrefslogtreecommitdiffstats
path: root/queries/glimmer_javascript/injections.scm
blob: 174372a484a5c0fec67e9238fb7d8207f51d3b4e (plain) (blame)
1
2
3
4
5
6
7
; inherits: ecma

; Ember Unified <template> syntax
; e.g.: <template><SomeComponent @arg={{double @value}} /></template>
((glimmer_template) @injection.content
  (#set! injection.language "glimmer")
  (#set! injection.include-children))