Added a line to have the yaourt config file: yaourtrc use sh syntax highlighting

This commit is contained in:
Kevin 2014-03-06 09:17:30 -05:00
parent 68690a3ad1
commit 034a55c6cd

View file

@ -31,6 +31,7 @@ set foldmethod=syntax foldcolumn=1 foldlevel=8 "configure how folding code works
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 *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 pacman.conf setf sh "set syntax for *tmux.conf to sh (bash)
au BufNewFile,BufRead yaourtrc 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 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 au BufNewFile,BufRead ircd.conf setf javascript "set syntax for *ircd.conf to javascript