Skip to content

Commit b35e410

Browse files
yuhan0bbatsov
authored andcommitted
Treat commas as whitespace
1 parent 6ee9b7c commit b35e410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clojure-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ Out-of-the box `clojure-mode' understands lein, boot, gradle,
316316
(modify-syntax-entry ?\xa0 " " table) ; non-breaking space
317317
(modify-syntax-entry ?\t " " table)
318318
(modify-syntax-entry ?\f " " table)
319+
(modify-syntax-entry ?, " " table)
319320

320321
;; Delimiters
321322
(modify-syntax-entry ?\( "()" table)

0 commit comments

Comments
 (0)