mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-17 11:11:06 +00:00
match .edn files
there was no file/match for edn (Clojure's json) files, so that would solve it
This commit is contained in:
parent
e071a4f8e2
commit
ec6943b1c9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
filetype: clojure
|
filetype: clojure
|
||||||
|
|
||||||
detect:
|
detect:
|
||||||
filename: "\\.(clj[sc]?)$"
|
filename: "\\.(clj[sc]?|edn)$"
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue