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

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

[elpa] master 88b8282 58/66: add nil and bool to company-keywords for go


From: Dmitry Gutov
Subject: [elpa] master 88b8282 58/66: add nil and bool to company-keywords for go-mode
Date: Mon, 5 Nov 2018 18:19:23 -0500 (EST)

branch: master
commit 88b82827908c1f9a0ea8b51be24d2d660cdf35a6
Author: chunzhouyu <address@hidden>
Commit: chunzhouyu <address@hidden>

    add nil and bool to company-keywords for go-mode
---
 company-keywords.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/company-keywords.el b/company-keywords.el
index 971c44c..b6dfd1d 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -146,10 +146,10 @@
      ;; 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"
+     "fallthrough" "false" "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" "rune" "select" "string" "struct" "switch" "type" "uint" "uint16"
+     "map" "new" "nil" "package" "panic" "print" "println" "range" "real" 
"recover"
+     "return" "rune" "select" "string" "struct" "switch" "true" "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]