syslog syntax file : Adds syntax color to log files created by sysklogd.
| script karma |
Rating 41/24,
Downloaded by 4308 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Bob Hiestand |
| |
| script type |
| syntax |
| |
| description |
| Adds syntax color to log files created by sysklogd. |
| |
| install details |
You probably want to add a line to your filetype.vim to automatically recognize files as being generated by syslog:
augroup filetypedetect
au! BufRead,BufNewFile /var/log/syslog/* set filetype=syslog
augroup END
Of course, your log directory will vary. |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.107
|