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

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

[elpa] master 7e20ee4 43/66: update go-mode's keywords sort


From: Dmitry Gutov
Subject: [elpa] master 7e20ee4 43/66: update go-mode's keywords sort
Date: Mon, 5 Nov 2018 18:19:20 -0500 (EST)

branch: master
commit 7e20ee46b7d12b12fdf4b954d60c0c09fb7ed7ec
Author: chunzhouyu <address@hidden>
Commit: chunzhouyu <address@hidden>

    update go-mode's keywords sort
---
 company-keywords.el | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/company-keywords.el b/company-keywords.el
index c751190..c5d3c9c 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -142,17 +142,9 @@
       "tiny" "transfer" "transpose" "trim" "true" "type" "ubound" "unpack"
       "use" "value" "verify" "volatile" "wait" "where" "while" "with" "write"))
     (go-mode
-     ;; from https://golang.org/ref/spec#Keywords
-     "break" "case" "chan" "const" "continue" "default" "defer" "else" 
"fallthrough"
-     "for" "func" "go" "goto" "if" "import" "interface" "map" "package" "range"
-     "return" "select" "struct" "switch" "type" "var"
-     ;; basic type keywords, from https://golang.org/pkg/go/types/
-     "bool"
-     "int" "int8" "int16" "int32" "int64"
-     "uint" "uint8" "uint16" "uint32" "uint64" "uintptr"
-     "float32" "float64"
-     "complex64" "complex128"
-     "string")
+     "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")
     (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]