Highlight Exception group as Conditional

This commit is contained in:
Kenneth Benzie 2020-10-07 11:30:08 +01:00
parent 445ca8d6fd
commit 80c1b8653e

View File

@ -159,7 +159,7 @@ if has('gui_running') || &t_Co == 256
call s:hi('Label', '69', '', '')
call s:hi('Operator', '166', '', '')
call s:hi('Keyword', '', '', '')
call s:hi('Exception', '', '', '')
call s:hi('Exception', '69', '', '')
call s:hi('PreProc', '102', '', '')
call s:hi('Include', '65', '', '')