From 4ec70c0c438b4104e72adb696807d14c75057999 Mon Sep 17 00:00:00 2001 From: Pavel Pertsev Date: Sat, 12 Aug 2017 16:56:52 +0300 Subject: [PATCH] Better typescript support (closes #182) --- colors/gruvbox.vim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index f6e67a39..9316344a 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -1157,12 +1157,14 @@ hi! link jsFuncParens GruvboxFg3 hi! link jsParens GruvboxFg3 hi! link jsNull GruvboxPurple hi! link jsUndefined GruvboxPurple +hi! link jsClassDefinition GruvboxYellow " }}} " TypeScript: {{{ hi! link typeScriptReserved GruvboxAqua hi! link typeScriptLabel GruvboxAqua +hi! link typeScriptFuncKeyword GruvboxAqua hi! link typeScriptIdentifier GruvboxOrange hi! link typeScriptBraces GruvboxFg1 hi! link typeScriptEndColons GruvboxFg1 @@ -1172,6 +1174,12 @@ hi! link typeScriptLogicSymbols GruvboxFg1 hi! link typeScriptDocSeeTag Comment hi! link typeScriptDocParam Comment hi! link typeScriptDocTags vimCommentTitle +hi! link typeScriptGlobalObjects GruvboxFg1 +hi! link typeScriptParens GruvboxFg3 +hi! link typeScriptOpSymbols GruvboxFg3 +hi! link typeScriptHtmlElemProperties GruvboxFg1 +hi! link typeScriptNull GruvboxPurple +hi! link typeScriptInterpolationDelimiter GruvboxAqua " }}} " CoffeeScript: {{{