Skip to content

Commit 56f59d4

Browse files
committed
Add color for typescript try
1 parent 42d11ae commit 56f59d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

colors/codedark.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ call <sid>hi('VueKey', s:cdPink, {}, 'none', {})
450450

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

0 commit comments

Comments
 (0)