An open API service indexing awesome lists of open source software.

https://github.com/n3wjack/logsyntax.vim

Simple (web) log file syntax highlighting.
https://github.com/n3wjack/logsyntax.vim

vim vim-plugin

Last synced: 5 months ago
JSON representation

Simple (web) log file syntax highlighting.

Awesome Lists containing this project

README

          

# 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.