From ec6943b1c97d57bdb802e7cbf718b93a282016bc Mon Sep 17 00:00:00 2001 From: yvendruscolo Date: Tue, 16 Oct 2018 10:39:09 -0300 Subject: [PATCH] match .edn files there was no file/match for edn (Clojure's json) files, so that would solve it --- runtime/syntax/clojure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/syntax/clojure.yaml b/runtime/syntax/clojure.yaml index 56f89109..9871b84f 100644 --- a/runtime/syntax/clojure.yaml +++ b/runtime/syntax/clojure.yaml @@ -1,7 +1,7 @@ filetype: clojure detect: - filename: "\\.(clj[sc]?)$" + filename: "\\.(clj[sc]?|edn)$" rules: