From 76bcb8d3a256aab62f5752ced4da7045f6b31ebe Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Sun, 30 Mar 2014 08:34:32 -0400 Subject: etc: attempts at fixing editor highlighting for new attribute syntax --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "\\\\|{") - + (save-excursion (rust-rewind-irrelevant) ;; Point is now at the end of the previous ine -- cgit v1.2.3