In arch linux those "my*" files didn't work for me. I just put this in .vimrc, and the cmix file under .vim/syntax :
augroup filetype
au! BufRead,BufNewFile *.dis set filetype=cmix
augroup END
In arch linux those "my*" files didn't work for me. I just put this in .vimrc, and the cmix file under .vim/syntax :
augroup filetype
au! BufRead,BufNewFile *.dis set filetype=cmix
augroup END