summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2014-03-30 08:34:32 -0400
committerCorey Richardson <corey@octayn.net>2014-04-04 00:53:23 -0400
commit76bcb8d3a256aab62f5752ced4da7045f6b31ebe (patch)
treec8dad158be0887fae62f3ab503a029f36a51a93e /rust-mode.el
parent8dc92b20c00bb3b5ac372de7b7fa066211a452fe (diff)
downloadrust-mode-76bcb8d3a256aab62f5752ced4da7045f6b31ebe.tar.gz
etc: attempts at fixing editor highlighting for new attribute syntax
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 5cee600..26bdf7d 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -122,7 +122,7 @@
;; but the "else" or "{" should align with the beginning
;; of the expression it's in.)
(looking-at "\\<else\\>\\|{")
-
+
(save-excursion
(rust-rewind-irrelevant)
;; Point is now at the end of the previous ine