Skip to content

Commit 50860ec

Browse files
g1eny0ungjaredly
authored andcommitted
Fixes unexpected behavior of (** (#346)
1 parent eb0c9c3 commit 50860ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor-extensions/vscode/ocaml.configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{ "open": "[", "close": "]" },
55
{ "open": "(", "close": ")" },
66
{ "open": "\"", "close": "\"", "notIn": [ "string" ] },
7-
{ "open": "(**", "close": " *)", "notIn": [ "string" ] }
7+
{ "open": "(**", "close": " *", "notIn": [ "string" ] }
88
],
99
"brackets": [
1010
[ "{", "}" ],

0 commit comments

Comments
 (0)