small spec alignment adjustments to highlights for python, sh, and typescript
This commit is contained in:
parent
779e88d67e
commit
bfbc3cadbd
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -4,4 +4,5 @@ endif
|
|||
|
||||
hi! link shCommandSub NONE
|
||||
hi! link shEscape DraculaRed
|
||||
hi! link shParen NONE
|
||||
hi! link shParenError NONE
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue