diff options
| author | Hiroki Noda <kubo39@gmail.com> | 2017-11-06 14:18:42 +0900 |
|---|---|---|
| committer | Hiroki Noda <kubo39@gmail.com> | 2017-11-06 14:18:42 +0900 |
| commit | b7cd368e870ba2598a8b8bb54a6ba40e719db4e2 (patch) | |
| tree | d7fd8fe31541f2443699f8bfe79c7f21b68d92f2 /rust-mode.el | |
| parent | b8e49089713714a9f3f815b399df569a0e507e73 (diff) | |
| download | rust-mode-b7cd368e870ba2598a8b8bb54a6ba40e719db4e2.tar.gz | |
% as punctuation character.
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 2 |
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 |
