From 9b0bcaa02a79f1cdf249df349c7eb053e702ef31 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Wed, 9 Dec 2015 11:10:13 +0100 Subject: [PATCH] [clojure] Block comment is not colored any different #12 --- extensions/clojure/clojure.configuration.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/clojure/clojure.configuration.json b/extensions/clojure/clojure.configuration.json index d83f1ac8e9b..f0d6b7f37b8 100644 --- a/extensions/clojure/clojure.configuration.json +++ b/extensions/clojure/clojure.configuration.json @@ -1,7 +1,6 @@ { "comments": { - "lineComment": ";", - "blockComment": [ "(comment", ")" ] + "lineComment": ";" }, "brackets": [ ["{", "}"],