branch: elpa/jade-mode
commit fd1a442556e6187e22188a3ba2dd47d40ad30761
Author: thomas riccardi <[email protected]>
Commit: thomas riccardi <[email protected]>
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.")