mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09: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:
@@ -1,7 +1,7 @@
|
||||
filetype: clojure
|
||||
|
||||
detect:
|
||||
filename: "\\.(clj[sc]?)$"
|
||||
filename: "\\.(clj[sc]?|edn)$"
|
||||
|
||||
rules:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user