We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2331ac commit f95f04cCopy full SHA for f95f04c
README.md
@@ -50,6 +50,9 @@ The `clojure-mode` package actually bundles together several major modes:
50
* `clojure-mode` is a major mode for editing Clojure code
51
* `clojurescript-mode` is a major mode for editing ClojureScript code
52
* `clojurec-mode` is a major mode for editing `.cljc` source files
53
+* `clojuredart-mode` is a major mode for editing ClojureDart `.cljd` source files
54
+* `jank-mode` is a major mode for editing Jank `.jank` source files
55
+* `joker-mode` is a major mode for editing Joker `.joke` source files
56
57
All the major modes derive from `clojure-mode` and provide more or less the same
58
functionality. Differences can be found mostly in the font-locking -
0 commit comments