We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d11ae commit 56f59d4Copy full SHA for 56f59d4
1 file changed
colors/codedark.vim
@@ -450,6 +450,7 @@ call <sid>hi('VueKey', s:cdPink, {}, 'none', {})
450
451
" Typescript:
452
call <sid>hi('typescriptLabel', s:cdLightBlue, {}, 'none', {})
453
+call <sid>hi('typescriptTry', s:cdPink, {}, 'none', {})
454
call <sid>hi('typescriptExceptions', s:cdPink, {}, 'none', {})
455
call <sid>hi('typescriptBraces', s:cdFront, {}, 'none', {})
456
call <sid>hi('typescriptEndColons', s:cdLightBlue, {}, 'none', {})
0 commit comments