aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/typoscript/injections.scm
blob: 7e4bfe59943151682fb274c250c59eab4e9d39fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
((multiline_line
  (identifier) @_id
  .
  (multiline_value
    (multiline_value_content) @injection.content))
  (#lua-match? @_id "_CSS_DEFAULT_STYLE$")
  (#set! injection.language "css"))

((comment) @injection.content
  (#set! injection.language "comment"))

((single_line_comment) @injection.content
  (#set! injection.language "comment"))