mirror of https://github.com/helix-editor/helix
11 lines
427 B
Scheme
11 lines
427 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)]*)
|