branch: master
commit f1aef4db06c60494a9bf5ac59856219252fca827
Author: chunzhouyu <[email protected]>
Commit: chunzhouyu <[email protected]>

    add reference url for go-mode's keywords
---
 company-keywords.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/company-keywords.el b/company-keywords.el
index 68e73e3..57486c9 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -142,6 +142,7 @@
       "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
      "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")

Reply via email to