small spec alignment adjustments to highlights for python, sh, and typescript

This commit is contained in:
Derek Sifford 2019-05-23 13:39:20 -04:00
parent 779e88d67e
commit bfbc3cadbd
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -4,4 +4,5 @@ endif
hi! link shCommandSub NONE
hi! link shEscape DraculaRed
hi! link shParen NONE
hi! link shParenError NONE

View file

@ -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