antonj / Highlight-Indentation-for-Emacs

Minor modes to highlight indentation guides in emacs.
467 stars 56 forks source link

added support for web-mode, jade-mode and stylus-mode (derived sws-mode) #19

Closed rNoz closed 9 years ago

rNoz commented 10 years ago

web-mode provides multiple languages/styles per buffer, but the main (and common in this mode) is html. Also, there are multiple vars focused on the indentation offset per language under this mode, but by default set to the same value.

I think it isn't supported different highlights (offsets) per buffer under this mode. So, IMHO, providing the default offset for html is the best option nowadays.

localredhead commented 9 years ago

Found this when searching for highlight indentation support in web-mode. :+1:

rNoz commented 9 years ago

It's my first time using github and I don't know really what to do to make faster the procedure to merge the code in other's repo (official)... it has been a long since I wrote that. Any suggestion? In this case my code is really "stupid" and simple, but I have many contributions, bugfixes and extensions in others (not so simple) and I don't know about the "politics" with open source development.

localredhead commented 9 years ago

No commits have been done for a long time but I see @antonj has been active in commenting on some of the issues within the last 6 months.

@rNoz - You might consider forking this repo to add your fixes if there is no activity.

antonj commented 9 years ago

Sorry for the delay...

rNoz commented 9 years ago

Thanks. Don't worry, Anton ;)