Skip to content

Commit

Permalink
Merge pull request #22 from Niluge-KiWi/master
Browse files Browse the repository at this point in the history
Add missing jade keywords
  • Loading branch information
brianc committed Oct 18, 2013
2 parents 2e75549 + fd1a442 commit d2c37c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jade-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Expand Down

0 comments on commit d2c37c9

Please sign in to comment.