branch: externals/company
commit a8372c8c7004d423624c91c3c960922845489f32
Author: Shaun Lee <sh...@curlyfri.es>
Commit: Shaun Lee <sh...@curlyfri.es>

    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