n3wjack / logsyntax.vim

Simple (web) log file syntax highlighting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logsyntax.vim

A simple (web) log file syntax highlighting Vim plugin.

Syntax highlights some common HTTP log formats like IIS format, NCSA, W3C extended and will probably work on some custom log formats too throught the magic of regular expressions.

Highlighted are dates, HTTP verbs, URIs and IP addresses.

Usage

Install using your favorite Vim plugin manager and sit back as it automatically starts syntax highlighting any file with the .log extension.

About

Simple (web) log file syntax highlighting.

License:MIT License


Languages

Language:Vim Script 100.0%