Skip to content

Commit 9487ee5

Browse files
committed
Merge pull request #260 from tanzoniteblack/@-prefix
@ symbol shouldn't be a word character
2 parents 410c75b + 8172c55 commit 9487ee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clojure-mode.el

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ For example, \[ is allowed in :db/id[:db.part/user]."
198198
(modify-syntax-entry ?\[ "(]" table)
199199
(modify-syntax-entry ?\] ")[" table)
200200
(modify-syntax-entry ?^ "'" table)
201+
(modify-syntax-entry ?@ "'" table)
201202
;; Make hash a usual word character
202203
(modify-syntax-entry ?# "_ p" table)
203204
table))

0 commit comments

Comments
 (0)