mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +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))
|