chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
260564a
)
el/dot-emacs.el (mdw-fontify-rust): Fix integer literal syntax.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 14 Feb 2019 13:09:05 +0000
(13:09 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 14 Feb 2019 13:09:05 +0000
(13:09 +0000)
You're not allowed to write `is' or `us' as suffixes.
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index f156ee8dd4e00cebf98207b795a1372f1070cc00..7c933f3569946ec2b57d564cbbf7d1460ef54c70 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-2702,7
+2702,7
@@
(defun mdw-fontify-rust ()
"\\|" "0o[0-7_]+"
"\\|" "0b[01_]+"
"\\)"
"\\|" "0o[0-7_]+"
"\\|" "0b[01_]+"
"\\)"
- "\\([ui]\\(8\\|16\\|32\\|64\\|s
\\|s
ize\\)\\)?"
+ "\\([ui]\\(8\\|16\\|32\\|64\\|size\\)\\)?"
"\\)\\_>")
'(0 mdw-number-face))
"\\)\\_>")
'(0 mdw-number-face))