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