mirror of
https://github.com/helix-editor/helix
synced 2026-08-10 16:24:18 +02:00
11 lines
425 B
Scheme
11 lines
425 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
(table
|
|
(bare_key) @table-name (#any-of? @table-name "templates" "template-aliases")
|
|
[(pair (_) ((string) @injection.content (#set! injection.language "jjtemplate"))) (comment)])
|
|
|
|
(table
|
|
(bare_key) @table-name (#any-of? @table-name "revsets" "revset-aliases")
|
|
[(pair (_) ((string) @injection.content (#set! injection.language "jjrevset"))) (comment)])
|