From bfbc3cadbd142e74d3b92e63f1de8711261015a4 Mon Sep 17 00:00:00 2001 From: Derek Sifford Date: Thu, 23 May 2019 13:39:20 -0400 Subject: [PATCH] small spec alignment adjustments to highlights for python, sh, and typescript --- after/syntax/python.vim | 1 + after/syntax/sh.vim | 1 + after/syntax/typescript.vim | 1 + 3 files changed, 3 insertions(+) diff --git a/after/syntax/python.vim b/after/syntax/python.vim index 19c3e19..171eddd 100644 --- a/after/syntax/python.vim +++ b/after/syntax/python.vim @@ -5,6 +5,7 @@ endif hi! link pythonBuiltinObj Type hi! link pythonBuiltinObject Type hi! link pythonBuiltinType Type +hi! link pythonClassVar DraculaPurpleItalic hi! link pythonExClass Type hi! link pythonNone Type hi! link pythonRun Comment diff --git a/after/syntax/sh.vim b/after/syntax/sh.vim index e0e5f9a..8d471ef 100644 --- a/after/syntax/sh.vim +++ b/after/syntax/sh.vim @@ -4,4 +4,5 @@ endif hi! link shCommandSub NONE hi! link shEscape DraculaRed +hi! link shParen NONE hi! link shParenError NONE diff --git a/after/syntax/typescript.vim b/after/syntax/typescript.vim index ce7f154..0aa18c1 100644 --- a/after/syntax/typescript.vim +++ b/after/syntax/typescript.vim @@ -43,6 +43,7 @@ hi! link typescriptOperator Operator hi! link typescriptParamImpl DraculaOrangeItalic hi! link typescriptParens Delimiter hi! link typescriptPredefinedType Type +hi! link typescriptRestOrSpread Operator hi! link typescriptTernaryOp Operator hi! link typescriptTypeAnnotation Special hi! link typescriptTypeCast Operator