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

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

[elpa] externals/cape 185970a11c: Add PureScript keywords. (#67)


From: ELPA Syncer
Subject: [elpa] externals/cape 185970a11c: Add PureScript keywords. (#67)
Date: Mon, 5 Dec 2022 19:57:21 -0500 (EST)

branch: externals/cape
commit 185970a11c4871a1ceb38c8e10cb5fd6ccf1628b
Author: Shaun <shaun.lee@gmail.com>
Commit: GitHub <noreply@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"



reply via email to

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