emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 917936c 17/23: Fix keyword ordering


From: Dmitry Gutov
Subject: [elpa] master 917936c 17/23: Fix keyword ordering
Date: Fri, 11 Nov 2016 22:21:42 +0000 (UTC)

branch: master
commit 917936c1fc2056526ff2cabbf5ddc39056382ffb
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Fix keyword ordering
---
 company-keywords.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/company-keywords.el b/company-keywords.el
index 8517b19..e6da028 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -213,9 +213,10 @@
     ;; From https://doc.rust-lang.org/grammar.html#keywords
     ;; but excluding unused reserved words: 
https://www.reddit.com/r/rust/comments/34fq0k/is_there_a_good_list_of_rusts_keywords/cqucvnj
     (rust-mode
+     "Self"
      "as" "box" "break" "const" "continue" "crate" "else" "enum" "extern"
      "false" "fn" "for" "if" "impl" "in" "let" "loop" "macro" "match" "mod"
-     "move" "mut" "pub" "ref" "return" "Self" "self" "static" "struct" "super"
+     "move" "mut" "pub" "ref" "return" "self" "static" "struct" "super"
      "trait" "true" "type" "unsafe" "use" "where" "while")
     (scala-mode
      "abstract" "case" "catch" "class" "def" "do" "else" "extends" "false"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]