branch: master
commit 1c768504eb0ed7c416be4f7844311b6c68f789fb
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Reformat
---
company-keywords.el | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/company-keywords.el b/company-keywords.el
index aa51e2c..e321c17 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -144,9 +144,12 @@
(go-mode
;; From https://golang.org/ref/spec#Keywords
;; Plus some basic types, for better programming experience.
- "bool" "break" "case" "chan" "complex128" "complex64" "const" "continue"
"default" "defer" "else" "fallthrough" "float32" "float64"
- "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")
+ "bool" "break" "case" "chan" "complex128" "complex64" "const" "continue"
+ "default" "defer" "else" "fallthrough" "float32" "float64"
+ "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"