From 70bebb78ab757e84e33e911d7dc0ab859a069a54 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Mon, 21 Oct 2019 13:38:49 +0800 Subject: [PATCH] Fixes unexpected behavior of (** --- ocaml.configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml.configuration.json b/ocaml.configuration.json index 1cae3a1..854bbad 100644 --- a/ocaml.configuration.json +++ b/ocaml.configuration.json @@ -4,7 +4,7 @@ { "open": "[", "close": "]" }, { "open": "(", "close": ")" }, { "open": "\"", "close": "\"", "notIn": [ "string" ] }, - { "open": "(**", "close": " *)", "notIn": [ "string" ] } + { "open": "(**", "close": " *", "notIn": [ "string" ] } ], "brackets": [ [ "{", "}" ],