mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
9 lines
230 B
Scheme
9 lines
230 B
Scheme
((lua_code) @injection.content
|
|
(#set! injection.language "lua")
|
|
(#set! injection.combined))
|
|
|
|
((regex) @injection.content
|
|
(#set! injection.language "regex"))
|
|
|
|
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|