mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 20:23:03 +02:00
10 lines
230 B
Scheme
10 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"))
|