File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,7 @@ contexts:
385
385
- match : ' \\(x[a-fA-F0-9][a-fA-F0-9]|[0-2]\d\d|[bnrt'' "\\])'
386
386
scope : comment.block.string.constant.character.escape.ocaml
387
387
- include : scope:text.git.merge#conflicts # merge conflict marker constants:
388
+ constants :
388
389
- match : ' (?:\[\s*(\])|\((\))|\(\s*(\)))'
389
390
scope : constant.language.pseudo-variable.ocaml
390
391
captures :
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ contexts:
97
97
- match : ' \\(x[a-fA-F0-9][a-fA-F0-9]|[0-2]\d\d|[bnrt'' "\\])'
98
98
scope : comment.block.string.constant.character.escape.ocaml
99
99
- include : scope:text.git.merge#conflicts # merge conflict marker match-patterns:
100
+ declaration-matches :
100
101
- match : (\()
101
102
captures :
102
103
1 : punctuation.definition.sub-pattern.begin.ocamllex
You can’t perform that action at this time.
0 commit comments