sxinle il y a 9 ans
Parent
commit
0c7dee87a8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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