mirror of
https://github.com/helix-editor/helix
synced 2026-08-10 16:24:18 +02:00
8 lines
220 B
Scheme
8 lines
220 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
(command
|
|
head: (cmd_identifier) @_command (#any-of? @_command "jq" "jaq")
|
|
arg: (val_string) @injection.content
|
|
(#set! injection.language "jq"))
|