aboutsummaryrefslogtreecommitdiffhomepage
path: root/sundry/editor-syntax-etc/vim/filetype.vim
blob: 48f89678875a8211effe803c104d17b2e3550dd1 (plain)
1
2
3
4
5
6
7
8
" SiSU filetype file
if exists("did_load_filetypes")
  finish
endif
augroup filetypedetect
  au! BufNewFile,BufRead *.sst,*.ssm,*.ssi,*.-sst setf sisu-spine
  au! BufNewFile,BufRead *._sst,*.sst.meta,*.-sst.meta,*._sst.meta setf sisu-spine
augroup END