nvim-treesitter/queries/astro/injections.scm

10 lines
147 B
Scheme

; inherits: html
((frontmatter
(raw_text) @typescript))
((interpolation
(raw_text) @tsx))
((script_element
(raw_text) @typescript))