summaryrefslogtreecommitdiff
path: root/ftdetect/vala.vim
blob: 34fe119d7d4ee0ccef94ae7ef6a9b205f0be3dbb (plain)
1
2
3
4
5
augroup vala
  au!
  au! BufRead,BufNewFile *.vala set filetype=vala
  au! Syntax vala runtime syntax/cs.vim
augroup END