antonj / scss-mode

Emacs mode for SCSS files (http://sass-lang.com)
200 stars 39 forks source link

new css indenter #18

Open sabof opened 11 years ago

sabof commented 11 years ago

I have created a new css indenter in es-css-mode, which correctly indents comments and multiline colon statements.

Have a look, and tell me if there are any issues. Later, I will add it to melpa, and you might want to inherit from that, instead of the built-in mode. If I'm not mistaken there is a way to specify dependencies, so they get downloaded automatically.

https://github.com/sabof/es-css-mode https://github.com/sabof/es-lib

antonj commented 11 years ago

In what way does it indent CSS more correctly than the builtin mode?