File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Original file line number Diff line number Diff line change 10
10
11
11
* [ #671 ] ( https://github.com/clojure-emacs/clojure-mode/issues/671 ) : Syntax highlighting for digits after the first in % args
12
12
13
+ # Changes
14
+
15
+ * [ #675 ] ( https://github.com/clojure-emacs/clojure-mode/issues/675 ) : Add ` .lpy ` to the list of known Clojure file extensions.
16
+
13
17
## 5.18.1 (2023-11-24)
14
18
15
19
### Bugs fixed
Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ For example, \[ is allowed in :db/id[:db.part/user]."
236
236
" shadow-cljs.edn" ; shadow-cljs
237
237
" bb.edn" ; babashka
238
238
" nbb.edn" ; nbb
239
+ " basilisp.edn" ; Basilisp (Python)
239
240
)
240
241
" A list of files, which identify a Clojure project's root.
241
242
Out-of-the box `clojure-mode' understands lein, boot, gradle,
@@ -3320,7 +3321,7 @@ With universal argument \\[universal-argument], act on the \"top-level\" form."
3320
3321
;;;### autoload
3321
3322
(progn
3322
3323
(add-to-list 'auto-mode-alist
3323
- '(" \\ .\\ (clj\\ |cljd\\ |dtm\\ |edn\\ )\\ '" . clojure-mode))
3324
+ '(" \\ .\\ (clj\\ |cljd\\ |dtm\\ |edn\\ |lpy \\ )\\ '" . clojure-mode))
3324
3325
(add-to-list 'auto-mode-alist '(" \\ .cljc\\ '" . clojurec-mode))
3325
3326
(add-to-list 'auto-mode-alist '(" \\ .cljs\\ '" . clojurescript-mode))
3326
3327
; ; boot build scripts are Clojure source files
You can’t perform that action at this time.
0 commit comments