|
@@ -31,6 +31,7 @@ hi def link log_info CursorLineNr
|
|
|
|
|
|
syn match log_error_custom 'Caused by:.*'
|
|
syn match log_error_custom 'Caused by:.*'
|
|
syn match log_error_custom 'java.lang.*Exception.*'
|
|
syn match log_error_custom 'java.lang.*Exception.*'
|
|
|
|
+syn match log_error_custom 'org.*Exception: .*'
|
|
hi def link log_error_custom Cursor
|
|
hi def link log_error_custom Cursor
|
|
|
|
|
|
|
|
|