brianc / jade-mode

Emacs major mode for jade template highlighting
MIT License
157 stars 42 forks source link

Fix indent / unindent #30

Closed tjefferson08 closed 9 years ago

tjefferson08 commented 9 years ago

Issue #27 outlines an indentation problem in which backtabbing hangs emacs. @Sterlingg fixed the sws function that caused the problem :+1:

This PR is a follow up to that - it removes the dep. on sws-mode and provides some (IMO) jade-ier indentation behavior. More to come from my fork; I just need to separate the personal hacks with the more mainstream improvements.

Check out the commit messages for more details!

brianc commented 9 years ago

Love this!! Thank you so much!!!