mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +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
|
||||
|
||||
detect:
|
||||
filename: "\\.(clj[sc]?)$"
|
||||
filename: "\\.(clj[sc]?|edn)$"
|
||||
|
||||
rules:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue