summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorHiroki Noda <kubo39@gmail.com>2017-11-06 14:18:42 +0900
committerHiroki Noda <kubo39@gmail.com>2017-11-06 14:18:42 +0900
commitb7cd368e870ba2598a8b8bb54a6ba40e719db4e2 (patch)
treed7fd8fe31541f2443699f8bfe79c7f21b68d92f2 /rust-mode.el
parentb8e49089713714a9f3f815b399df569a0e507e73 (diff)
downloadrust-mode-b7cd368e870ba2598a8b8bb54a6ba40e719db4e2.tar.gz
% as punctuation character.
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 8b729f9..5ce194e 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -84,7 +84,7 @@
(let ((table (make-syntax-table)))
;; Operators
- (dolist (i '(?+ ?- ?* ?/ ?& ?| ?^ ?! ?< ?> ?~ ?@))
+ (dolist (i '(?+ ?- ?* ?/ ?% ?& ?| ?^ ?! ?< ?> ?~ ?@))
(modify-syntax-entry i "." table))
;; Strings