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.
defproject
1 parent b2bc009 commit 906d6a4Copy full SHA for 906d6a4
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+### Changes
6
+
7
+* Font-lock Lein's `defproject` as a keyword.
8
9
## 5.16.0 (2022-12-14)
10
11
### Changes
clojure-mode.el
@@ -858,7 +858,8 @@ any number of matches of `clojure--sym-forbidden-rest-chars'."))
858
"defna"
859
;; Third party
860
"deftask"
861
- "defstate"))
+ "defstate"
862
+ "defproject"))
863
"\\)\\>")
864
(1 font-lock-keyword-face))
865
;; Top-level variable definition
0 commit comments