mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
13 lines
344 B
Scheme
13 lines
344 B
Scheme
((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"))
|