diff --git a/syntax/log.vim b/syntax/log.vim index a12f0e8..6678245 100644 --- a/syntax/log.vim +++ b/syntax/log.vim @@ -152,6 +152,11 @@ hi def link logLevelInfo Repeat hi def link logLevelDebug Debug hi def link logLevelTrace Comment +" Conceal Terminal Color Escape Codes +"--------------------------------------------------------------------------- +syntax match Normal '\[[0-9;]*m' conceal +setlocal conceallevel=2 +setlocal concealcursor=n let b:current_syntax = 'log'