Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
make htaccess variations filetype = apache
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hodgson committed Jan 25, 2018
1 parent 38d0dee commit 3856ba8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3856ba8

Please sign in to comment.