I just downloaded a Vim plugin for Sass syntax highlight.
The instructions say:
install details put it into syntax directory and add sass filetype
au! BufRead,BufNewFile *.sass
setfiletype sassin your filetype.vim
I already placed sass.vim in vimfiles/syntax/
(using windows).
And created a filetype.vim file with the code above (au! Buf...) in all the following directories:
- vimfiles/
- vimfiles/ftdetect
- vimfiles/ftplugins
but no one worked (I even typed the au! Buf... code in my vimrc).
My .sass files still looking like this:
any suggestions?