brianc / jade-mode

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

Closes #26. Fix inline '//' highlight as comment #31

Closed tjefferson08 closed 9 years ago

tjefferson08 commented 9 years ago
Remove comment-related modification to syntax table, use simple
search-based fontification to highlight comments instead. Add
local variable `comment-start-skip' to maintain correct
comment-dwim functionality.
brianc commented 9 years ago

Radical! Thank you so much! Do you want contributor access?

tjefferson08 commented 9 years ago

That'd be great. There are a few more hacks in my fork that might be worth sharing; we'll have to see what you think!

Travis Jefferson tjefferson@signpost.com

On Sun, Mar 8, 2015 at 8:19 PM, Brian C notifications@github.com wrote:

Radical! Thank you so much! Do you want contributor access?

— Reply to this email directly or view it on GitHub https://github.com/brianc/jade-mode/pull/31#issuecomment-77787257.