Skip to content

Commit 038ae7f

Browse files
author
deathaxe
committed
[Common] Fix removed OCaml contexts
1 parent 0be870e commit 038ae7f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

OCaml/OCaml.sublime-syntax

+1
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ contexts:
385385
- match: '\\(x[a-fA-F0-9][a-fA-F0-9]|[0-2]\d\d|[bnrt''"\\])'
386386
scope: comment.block.string.constant.character.escape.ocaml
387387
- include: scope:text.git.merge#conflicts # merge conflict marker constants:
388+
constants:
388389
- match: '(?:\[\s*(\])|\((\))|\(\s*(\)))'
389390
scope: constant.language.pseudo-variable.ocaml
390391
captures:

OCaml/OCamllex.sublime-syntax

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ contexts:
9797
- match: '\\(x[a-fA-F0-9][a-fA-F0-9]|[0-2]\d\d|[bnrt''"\\])'
9898
scope: comment.block.string.constant.character.escape.ocaml
9999
- include: scope:text.git.merge#conflicts # merge conflict marker match-patterns:
100+
declaration-matches:
100101
- match: (\()
101102
captures:
102103
1: punctuation.definition.sub-pattern.begin.ocamllex

0 commit comments

Comments
 (0)