Added syntax settings for some popular configuration files

This commit is contained in:
Kevin 2014-02-24 16:40:41 -05:00
parent b3b3ba5dc5
commit 68690a3ad1

View file

@ -28,8 +28,11 @@ set foldmethod=syntax foldcolumn=1 foldlevel=8 "configure how folding code works
"============" "============"
" Filetypes: " " Filetypes: "
"============" "============"
au BufNewFile,BufRead *cjdroute.conf setf javascript "set syntax for *.cjdroute.conf to javascript
au BufNewFile,BufRead *.txt set spell "enable spellcheck for text files (*.txt) au BufNewFile,BufRead *.txt set spell "enable spellcheck for text files (*.txt)
au BufNewFile,BufRead *tmux.conf setf sh "set syntax for *tmux.conf to sh (bash)
au BufNewFile,BufRead pacman.conf setf sh "set syntax for *tmux.conf to sh (bash)
au BufNewFile,BufRead cjdroute.conf setf javascript "set syntax for *cjdroute.conf to javascript
au BufNewFile,BufRead ircd.conf setf javascript "set syntax for *ircd.conf to javascript
"==========" "=========="
" General: " " General: "