We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0c9c3 commit 50860ecCopy full SHA for 50860ec
editor-extensions/vscode/ocaml.configuration.json
@@ -4,7 +4,7 @@
4
{ "open": "[", "close": "]" },
5
{ "open": "(", "close": ")" },
6
{ "open": "\"", "close": "\"", "notIn": [ "string" ] },
7
- { "open": "(**", "close": " *)", "notIn": [ "string" ] }
+ { "open": "(**", "close": " *", "notIn": [ "string" ] }
8
],
9
"brackets": [
10
[ "{", "}" ],
0 commit comments