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

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

[elpa] master 2bcaa2e 55/66: add some refs


From: Dmitry Gutov
Subject: [elpa] master 2bcaa2e 55/66: add some refs
Date: Mon, 5 Nov 2018 18:19:22 -0500 (EST)

branch: master
commit 2bcaa2ef6490513aef0f599f3da61f6f974b9b52
Author: chunzhouyu <address@hidden>
Commit: chunzhouyu <address@hidden>

    add some refs
---
 company-keywords.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/company-keywords.el b/company-keywords.el
index 916cd58..1f49c97 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -142,12 +142,14 @@
       "tiny" "transfer" "transpose" "trim" "true" "type" "ubound" "unpack"
       "use" "value" "verify" "volatile" "wait" "where" "while" "with" "write"))
     (go-mode
-     "append" "bool" "break" "cap" "case" "chan" "close" "complex" "complex128"
-     "complex64" "const" "continue" "copy" "default" "defer" "delete" "else"
+     ;; 1. keywords ref: https://golang.org/ref/spec#Keywords
+     ;; 2. builtin functions and types ref: https://golang.org/pkg/builtin/
+     "append" "bool" "break" "byte" "cap" "case" "chan" "close" "complex" 
"complex128"
+     "complex64" "const" "continue" "copy" "default" "defer" "delete" "else" 
"error"
      "fallthrough" "float32" "float64" "for" "func" "go" "goto" "if" "imag"
      "import" "int" "int16" "int32" "int64" "int8" "interface" "len" "make"
      "map" "new" "package" "panic" "print" "println" "range" "real" "recover"
-     "return" "select" "string" "struct" "switch" "type" "uint" "uint16"
+     "return" "rune" "select" "string" "struct" "switch" "type" "uint" "uint16"
      "uint32" "uint64" "uint8" "uintptr" "var")
     (java-mode
      "abstract" "assert" "boolean" "break" "byte" "case" "catch" "char" "class"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]