branch: externals/cape commit 185970a11c4871a1ceb38c8e10cb5fd6ccf1628b Author: Shaun <shaun....@gmail.com> Commit: GitHub <nore...@github.com>
Add PureScript keywords. (#67) --- cape-keyword.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cape-keyword.el b/cape-keyword.el index 3732b7a7e1..8d046e040c 100644 --- a/cape-keyword.el +++ b/cape-keyword.el @@ -237,6 +237,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" "del" "elif" "else" "except" "exec" "finally" "for" "from" "global" "if"