httpclog : Syntax highlighting for a combined http log file
| script karma |
Rating 10/9,
Downloaded by 790 |
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 |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.107
|