Script:2735
Talk0
1,599pages on
this wiki
this wiki
Use this page to discuss script 2735 logcat: syntax highlighting for Android logcat files
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Suggested changes
Edit
A couple of changes:
syn match LogF 'F/.*' syn match LogE '\(E\|ERROR\)\/.*' syn match LogW '\(W\|WARN\)\/.*' syn match LogI '\(I\|INFO\)\/.*' syn match LogD '\(D\|DEBUG\)\/.*' syn match LogV '\(V\|VERBOSE\)/.*'