File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
44(table
55 (bare_key) @table -name (#any-of? @table -name "templates" "template-aliases")
6- [(pair (_) ((string) @injection.content (#set! injection.language "jjtemplate"))) (comment)]* )
6+ [(pair (_) ((string) @injection.content (#set! injection.language "jjtemplate"))) (comment)])
77
88(table
99 (bare_key) @table -name (#any-of? @table -name "revsets" "revset-aliases")
10- [(pair (_) ((string) @injection.content (#set! injection.language "jjrevset"))) (comment)]* )
10+ [(pair (_) ((string) @injection.content (#set! injection.language "jjrevset"))) (comment)])
Original file line number Diff line number Diff line change 1212
1313[(infix_ops) "++"] @operator
1414[(string_literal) (raw_string_literal)] @string
15+
16+ (integer_literal) @constant.numeric.integer
You can’t perform that action at this time.
0 commit comments