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 3
3
4
4
(table
5
5
(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)])
7
7
8
8
(table
9
9
(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 12
12
13
13
[(infix_ops) "++"] @operator
14
14
[(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