summaryrefslogtreecommitdiff
path: root/ftdetect/zsh.vim
blob: 04f418464daf6673736e3abdf429bcbe4c9bb450 (plain)
1
2
3
augroup filetypedetect
  au! BufRead,BufNewFile *.zsh-theme		setfiletype zsh
augroup END