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

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

[elpa] externals/company 48f8119db5 2/2: Merge pull request #1352 from s


From: ELPA Syncer
Subject: [elpa] externals/company 48f8119db5 2/2: Merge pull request #1352 from shaunplee/master
Date: Mon, 5 Dec 2022 21:57:24 -0500 (EST)

branch: externals/company
commit 48f8119db51bed6f50739dbf2cda01b65b354579
Merge: 00a739f968 a8372c8c70
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #1352 from shaunplee/master
    
    Add PureScript keywords.
---
 company-keywords.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/company-keywords.el b/company-keywords.el
index 04feb8e6a3..1a1dda0f0a 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -268,6 +268,10 @@
      "print" "private" "protected" "public" "readonly" "require" "require_once"
      "return" "self" "static" "string" "switch" "this" "throw" "trait" "true"
      "try" "unset" "use" "var" "void" "while" "xor" "yield" "yield from")
+    (purescript-mode ;; purescript-font-lock.el
+     "ado" "case" "class" "data" "default" "deriving" "do" "else" "if" "import"
+     "in" "infix" "infixl" "infixr" "instance" "let" "module" "newtype" "of"
+     "then" "type" "where")
     (python-mode
      ;; https://docs.python.org/3/reference/lexical_analysis.html#keywords
      "False" "None" "True" "and" "as" "assert" "break" "class" "continue" "def"



reply via email to

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