notes for Switch syntax to html in VIM:
in .gvimrc
open MacVim :cd :e .gvimrc au BufRead,BufNewFile *.ss set filetype=html
oder live:
:setf c :setf html :setf php ... :set syntax=html
open MacVim :cd :e .gvimrc au BufRead,BufNewFile *.ss set filetype=html
:setf c :setf html :setf php ... :set syntax=html