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

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

[nongnu] elpa/jade-mode fd1a442556 059/128: Add missing jade keywords "b


From: ELPA Syncer
Subject: [nongnu] elpa/jade-mode fd1a442556 059/128: Add missing jade keywords "block append", "block prepend", "append" and "prepend"
Date: Sat, 29 Jan 2022 08:24:47 -0500 (EST)

branch: elpa/jade-mode
commit fd1a442556e6187e22188a3ba2dd47d40ad30761
Author: thomas riccardi <riccardi.thomas@gmail.com>
Commit: thomas riccardi <riccardi.thomas@gmail.com>

    Add missing jade keywords "block append", "block prepend", "append" and 
"prepend"
---
 jade-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jade-mode.el b/jade-mode.el
index bfa9db4b6b..ced95499c3 100644
--- a/jade-mode.el
+++ b/jade-mode.el
@@ -40,6 +40,7 @@ For detail, see `comment-dwim'."
   (eval-when-compile
     (regexp-opt
      '("if" "else" "for" "in" "each" "case" "when" "default" "block" "extends"
+       "block append" "block prepend" "append" "prepend"
        "include" "yield" "mixin") 'words))
   "Jade keywords.")
 



reply via email to

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