mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 21:47:07 +04:00
8 lines
177 B
Scheme
8 lines
177 B
Scheme
((script_element
|
|
(raw_text) @injection.content)
|
|
(#set! injection.language "javascript"))
|
|
|
|
((style_element
|
|
(raw_text) @injection.content)
|
|
(#set! injection.language "css"))
|