Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
((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)])