Skip to content

Commit b7cd368

Browse files
committed
% as punctuation character.
1 parent b8e4908 commit b7cd368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
(let ((table (make-syntax-table)))
8585

8686
;; Operators
87-
(dolist (i '(?+ ?- ?* ?/ ?& ?| ?^ ?! ?< ?> ?~ ?@))
87+
(dolist (i '(?+ ?- ?* ?/ ?% ?& ?| ?^ ?! ?< ?> ?~ ?@))
8888
(modify-syntax-entry i "." table))
8989

9090
;; Strings

0 commit comments

Comments
 (0)