brianc / jade-mode

Emacs major mode for jade template highlighting
MIT License
156 stars 41 forks source link

Add missing jade keywords #22

Closed Niluge-KiWi closed 10 years ago

Niluge-KiWi commented 10 years ago

"block append", "block prepend", "append" and "prepend"

brianc commented 10 years ago

:+1:

Niluge-KiWi commented 10 years ago

There may be other missing keywords too.. I quickly searched for an official keywords list for jade, in their doc and in their code, but I haven't found anything...

Niluge-KiWi commented 10 years ago

Found a new one: unless.

Maybe also add !!! and doctype.