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.
- Host: GitHub
- URL: https://github.com/n3wjack/logsyntax.vim
- Owner: n3wjack
- License: mit
- Created: 2015-05-14T13:52:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T18:41:34.000Z (over 3 years ago)
- Last Synced: 2025-07-04T18:44:01.554Z (12 months ago)
- Topics: vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.