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

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

[elpa] master c984355 52/66: resort the go-mode in company-keywords.el


From: Dmitry Gutov
Subject: [elpa] master c984355 52/66: resort the go-mode in company-keywords.el
Date: Mon, 5 Nov 2018 18:19:22 -0500 (EST)

branch: master
commit c984355420276136cbd1e62c64259866a836d482
Author: Franky <address@hidden>
Commit: GitHub <address@hidden>

    resort the go-mode in company-keywords.el
---
 company-keywords.el | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/company-keywords.el b/company-keywords.el
index 2d10c6e..dc117f2 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -143,17 +143,13 @@
       "use" "value" "verify" "volatile" "wait" "where" "while" "with" "write"))
     (go-mode
      ;; Basic 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"
-     
-     ;; Plus some basic types
-     "bool" "complex128" "complex64" "float32" "float64" "int" "int16" "int32"
-     "int64" "int8" "string" "uint" "uint16" "uint32" "uint64" "uint8" 
"uintptr"
-     
-     ;; Plus golang's builtin functions
-     "append" "cap" "close" "complex" "copy" "delete" "imag" "len" "make" "new"
-     "panic" "print" "println" "real" "recover")
+      "append" "bool" "break" "cap" "case" "chan" "close" "complex" 
"complex128" 
+     "complex64" "const" "continue" "copy" "default" "defer" "delete" "else" 
+     "fallthrough" "float32" "float64" "for" "func" "go" "goto" "if" "imag" 
"import" 
+     "interface" "int" "int16" "int32" "int64" "int8" "len" "make" "map" "new" 
+     "package" "panic" "print" "println" "range" "real" "recover" "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]