Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
filetype: fix for httplog recognition
  • Loading branch information
lilydjwg committed May 10, 2017
1 parent eaa8770 commit 6257df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filetype.vim
Expand Up @@ -17,7 +17,7 @@ augroup filetypedetect
au BufNewFile,BufRead *.s,*.S setf gas
au BufNewFile,BufRead *.asm,*.ASM setf masm
au BufNewFile,BufRead *.asy setf asy
au BufRead *access[._]log*,*/nginx/*[._]log* setf httplog
au BufRead *access[._]log*,*/nginx/*[._]log[.-]* setf httplog
au BufRead */.getmail/*rc setf getmailrc
au BufRead .msmtprc setf msmtp
au BufNewFile,BufRead .htaccess.* setf apache
Expand Down

0 comments on commit 6257df4

Please sign in to comment.