messy css indentation in vim
- by hasen j
When editing an html file in vim, the indentation for css inside style tags is messy.
For instance, this is how it would indent this sample css code without any manual intervention to fix the indentation on my part:
div.class
{
color: white;
backgroung-color: black;
}
Why is this happening? how can I fix it?