mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
19 lines
372 B
Scheme
19 lines
372 B
Scheme
; inherits: html
|
|
|
|
((frontmatter
|
|
(raw_text) @typescript))
|
|
|
|
((interpolation
|
|
(raw_text) @tsx))
|
|
|
|
((script_element
|
|
(raw_text) @typescript))
|
|
|
|
((style_element
|
|
(start_tag
|
|
(attribute
|
|
(attribute_name) @_lang_attr
|
|
(quoted_attribute_value (attribute_value) @_lang_value)))
|
|
(raw_text) @scss)
|
|
(#eq? @_lang_attr "lang")
|
|
(#eq? @_lang_value "scss"))
|