sponsor Vim development Vim logo Vim Book Ad

httpclog : Syntax highlighting for a combined http log file

 script karma  Rating 10/9, Downloaded by 662  Comments, bugs, improvements  Vim wiki

created by
Ben Damm
 
script type
syntax
 
description
This syntax file highlights apache logs, specifically the "combined" format ones.  The "combined" format includes the user agent and the referrer in the logfile.  This version is very basic.
 
install details
Upload the script to your vimfiles/syntax directory.
Add the following to your .vimrc or filetype.vim:

augroup filetypedetect
au BufNewFile,BufRead access.log* setf httpclog
augroup END
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
httpclog.vim 0.1 2003-11-28 6.0 Ben Damm Initial upload
ip used for rating: 3.16.15.149

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github