mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Set *.muttrc to the muttrc filetype for proper syntax highlighting on
files that match this.
This commit is contained in:
parent
e79a054f7d
commit
84c00a69ec
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
||||||
|
|
||||||
"set matching filenames to matching filenames
|
"set matching filenames to matching filenames
|
||||||
autocmd BufNewFile,BufRead *.aspx,*.asmx,*.ascx,*.master setf aspnet
|
autocmd BufNewFile,BufRead *.aspx,*.asmx,*.ascx,*.master setf aspnet
|
||||||
|
autocmd BufNewFile,BufRead *.muttrc setf muttrc
|
||||||
autocmd BufNewFile,BufRead pacman.conf,yaourtrc setf sh
|
autocmd BufNewFile,BufRead pacman.conf,yaourtrc setf sh
|
||||||
autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf javascript
|
autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf javascript
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue