branch: elpa/clojure-mode commit f95f04c8fd1a377b59d7341db3b05d8a51f6aec7 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Mention the new modes in the docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1862db1450..7f60239bf9 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ The `clojure-mode` package actually bundles together several major modes: * `clojure-mode` is a major mode for editing Clojure code * `clojurescript-mode` is a major mode for editing ClojureScript code * `clojurec-mode` is a major mode for editing `.cljc` source files +* `clojuredart-mode` is a major mode for editing ClojureDart `.cljd` source files +* `jank-mode` is a major mode for editing Jank `.jank` source files +* `joker-mode` is a major mode for editing Joker `.joke` source files All the major modes derive from `clojure-mode` and provide more or less the same functionality. Differences can be found mostly in the font-locking -