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

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

[elpa] master 2d87b1f 44/66: fix golang's keywords sort


From: Dmitry Gutov
Subject: [elpa] master 2d87b1f 44/66: fix golang's keywords sort
Date: Mon, 5 Nov 2018 18:19:20 -0500 (EST)

branch: master
commit 2d87b1f89efaf20af08426eb9c64c130f6a35dd0
Author: chunzhouyu <address@hidden>
Commit: chunzhouyu <address@hidden>

    fix golang's keywords sort
---
 company-keywords.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/company-keywords.el b/company-keywords.el
index c5d3c9c..68e73e3 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -143,8 +143,8 @@
       "use" "value" "verify" "volatile" "wait" "where" "while" "with" "write"))
     (go-mode
      "bool" "break" "case" "chan" "complex128" "complex64" "const" "continue" 
"default" "defer" "else" "fallthrough" "float32" "float64"
-     "for" "func" "go" "goto" "if" "import" "int" "int8" "int16" "int32" 
"int64" "interface" "map" "package" "range"
-     "return" "select" "string" "struct" "switch" "type" "uint" "uint8" 
"uint16" "uint32" "uint64" "uintptr" "var")
+     "for" "func" "go" "goto" "if" "import" "int" "int16" "int32" "int64" 
"int8" "interface" "map" "package" "range"
+     "return" "select" "string" "struct" "switch" "type" "uint" "uint16" 
"uint32" "uint64" "uint8" "uintptr" "var")
     (java-mode
      "abstract" "assert" "boolean" "break" "byte" "case" "catch" "char" "class"
      "continue" "default" "do" "double" "else" "enum" "extends" "final"



reply via email to

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