mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
11 lines
301 B
Scheme
11 lines
301 B
Scheme
((multiline_line
|
|
(identifier) @_id
|
|
.
|
|
(multiline_value
|
|
(multiline_value_content) @injection.content))
|
|
(#lua-match? @_id "_CSS_DEFAULT_STYLE$")
|
|
(#set! injection.language "css"))
|
|
|
|
; (#set! injection.overlay "constant"))
|
|
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|