aboutsummaryrefslogtreecommitdiffstats
path: root/queries/astro/injections.scm
blob: 60ea3f5c6395a7221b7245711d07949366a8de6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; 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"))