mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
8 lines
238 B
Scheme
8 lines
238 B
Scheme
; 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))
|