make htaccess variations filetype = apache
This commit is contained in:
parent
38d0deec12
commit
3856ba8c89
1 changed files with 5 additions and 0 deletions
5
.vimrc
5
.vimrc
|
@ -410,4 +410,9 @@ augroup detectES6
|
|||
autocmd BufNew,BufNewFile,BufRead *.es6 :setlocal filetype=javascript
|
||||
augroup END
|
||||
|
||||
""set htaccess variations to apache {{{2
|
||||
augroup detectHtaccess
|
||||
autocmd!
|
||||
autocmd BufNew,BufNewFile,BufRead *.htaccess,*.localhtaccess,*.livehtaccess :setlocal filetype=apache
|
||||
augroup END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue