branch: externals/company commit 48f8119db51bed6f50739dbf2cda01b65b354579 Merge: 00a739f968 a8372c8c70 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: GitHub <nore...@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"