Closed mattijsbliek closed 10 years ago
Hm, what do you try to accomplish? With *.scss set filetype=css
you explicitly say that scss files should be treated as css files. And so Vim will use the syntax highlighting for css, which doesn't recognize scss comments...
Sorry, dumb mistake on my part. Thanks for the reply.
Vim is not highlighting my Sass comments as comments. This is what I'm seeing:
I'm running MacVim 7.4, I'm not using css.vim, and have this line in my .vimrc:
au BufRead,BufNewFile *.scss set filetype=css
Any thoughts?