diff --git a/editor-extensions/vscode/ocaml.configuration.json b/editor-extensions/vscode/ocaml.configuration.json index 1cae3a14..854bbad9 100644 --- a/editor-extensions/vscode/ocaml.configuration.json +++ b/editor-extensions/vscode/ocaml.configuration.json @@ -4,7 +4,7 @@ { "open": "[", "close": "]" }, { "open": "(", "close": ")" }, { "open": "\"", "close": "\"", "notIn": [ "string" ] }, - { "open": "(**", "close": " *)", "notIn": [ "string" ] } + { "open": "(**", "close": " *", "notIn": [ "string" ] } ], "brackets": [ [ "{", "}" ],