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

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

[elpa] master ff295e8 02/78: add golang keywords


From: Dmitry Gutov
Subject: [elpa] master ff295e8 02/78: add golang keywords
Date: Sun, 18 Feb 2018 07:40:09 -0500 (EST)

branch: master
commit ff295e80e689823fd47a29e9449318750058e0dc
Author: frankyu <address@hidden>
Commit: frankyu <address@hidden>

    add golang keywords
---
 company-keywords.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/company-keywords.el b/company-keywords.el
index bceb7f8..dd99a6c 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -212,6 +212,10 @@
      "then" "true" "undef" "unless" "until" "when" "while" "yield")
     ;; From https://doc.rust-lang.org/grammar.html#keywords
     ;; but excluding unused reserved words: 
https://www.reddit.com/r/rust/comments/34fq0k/is_there_a_good_list_of_rusts_keywords/cqucvnj
+    (go-mode
+     "break" "case" "chan" "const" "continue" "default" "defer" "else" 
"fallthrough"
+     "for" "func" "go" "goto" "if" "import" "interface" "map" "package" "range"
+     "return" "select" "struct" "switch" "type" "var")
     (rust-mode
      "Self"
      "as" "box" "break" "const" "continue" "crate" "else" "enum" "extern"



reply via email to

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