Skip to content

Commit 906d6a4

Browse files
committed
Font-lock Lein's defproject as a keyword
1 parent b2bc009 commit 906d6a4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
### Changes
6+
7+
* Font-lock Lein's `defproject` as a keyword.
8+
59
## 5.16.0 (2022-12-14)
610

711
### Changes

Diff for: clojure-mode.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,8 @@ any number of matches of `clojure--sym-forbidden-rest-chars'."))
858858
"defna"
859859
;; Third party
860860
"deftask"
861-
"defstate"))
861+
"defstate"
862+
"defproject"))
862863
"\\)\\>")
863864
(1 font-lock-keyword-face))
864865
;; Top-level variable definition

0 commit comments

Comments
 (0)