match .edn files

there was no file/match for edn (Clojure's json) files, so that would solve it
This commit is contained in:
yvendruscolo
2018-10-16 10:39:09 -03:00
committed by GitHub
parent e071a4f8e2
commit ec6943b1c9

View File

@@ -1,7 +1,7 @@
filetype: clojure
detect:
filename: "\\.(clj[sc]?)$"
filename: "\\.(clj[sc]?|edn)$"
rules: