sxinle 9 年之前
父节点
当前提交
0c7dee87a8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      syntax/log.vim

+ 1 - 0
syntax/log.vim

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