jade-mode
jade-mode copied to clipboard
Emacs major mode for jade template highlighting
Due to a trademark of another company named jade, the jade language is undergoing a transition to pug. See [Renaming jade -> Pug](https://github.com/pugjs/jade/issues/2184). I would be happy to help in...
Could the few lines of code here be added to jade-mode or to the jade-mode README: http://stackoverflow.com/questions/38277820/compile-jade-to-html-in-emacs?noredirect=1#comment63982370_38277820
The title kinda sums it up.
Hi, This is not rendered correctly: ``` jade span: a(href='about:blank') aa ``` But this is fine: ``` jade span a(href='about:blank') aa ``` And yes, these constructions generate same Jade output.
does anybody has the same problem ?
In the README, you state that "I'm not sure yet how to highlight .styl files", so here is a suggestion: https://cdn.tutsplus.com/webdesign/uploads/2014/01/formatted.png That image is from [Why Choose Stylus (And You...
Hi, This is not highlighted correctly: ``` stylus li // some comment list-style none li // nested lists margin-left -2.5em ``` But this is correct: ``` stylus li // some...
Example: ``` //- First paragraph. //- //- Second paragraph. ``` Now, when I execute `fill-paragraph` (M-q) on the comment, then the result is: ``` //- First paragraph. Second paragraph. ```...
When I navigate to the end of a line in a Stylus file, and try to make a new section inside it, pressing `TAB` just indents to my tab-width; it...