Skip to content

Commit 04e3078

Browse files
authored
Merge pull request #244 from kubo39/percent-as-punctuation-character
% as punctuation character.
2 parents b8e4908 + b7cd368 commit 04e3078

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)