Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 295 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 295 Bytes

klog.vim

Syntax hightlighting for klog in vim.

screenshot

Installation

Just copy these files to your ~/.vim folder:

mkdir -p ~/.vim/ftdetect && cp ftdetect/klog.vim "$_"
mkdir -p ~/.vim/syntax && cp syntax/klog.vim "$_"