1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-24 17:10:36 +01:00
helix/runtime/queries/html/injections.scm
2021-04-09 18:57:46 +09:00

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"))