branch: master
commit 2d87b1f89efaf20af08426eb9c64c130f6a35dd0
Author: chunzhouyu <[email protected]>
Commit: chunzhouyu <[email protected]>
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"