Skip to content

Commit d05d1ab

Browse files
authored
Merge pull request #121 from SvanT/master
Make typescript exceptions consistent
2 parents 978be3a + 56f59d4 commit d05d1ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

colors/codedark.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ call <sid>hi('VueKey', s:cdPink, {}, 'none', {})
450450

451451
" Typescript:
452452
call <sid>hi('typescriptLabel', s:cdLightBlue, {}, 'none', {})
453-
call <sid>hi('typescriptExceptions', s:cdLightBlue, {}, 'none', {})
453+
call <sid>hi('typescriptTry', s:cdPink, {}, 'none', {})
454+
call <sid>hi('typescriptExceptions', s:cdPink, {}, 'none', {})
454455
call <sid>hi('typescriptBraces', s:cdFront, {}, 'none', {})
455456
call <sid>hi('typescriptEndColons', s:cdLightBlue, {}, 'none', {})
456457
call <sid>hi('typescriptParens', s:cdFront, {}, 'none', {})

0 commit comments

Comments
 (0)