small syntax fixes for typescript and markdown
This commit is contained in:
parent
8548869806
commit
66755a9cb9
3 changed files with 15 additions and 12 deletions
|
@ -14,9 +14,9 @@ All instructions can be found at
|
|||
This theme is maintained by the following person(s) and a bunch of
|
||||
[awesome contributors](https://github.com/dracula/vim/graphs/contributors).
|
||||
|
||||
[![Derek S.](https://avatars3.githubusercontent.com/u/5240018?v=3&s=70)](https://github.com/dsifford) | [![David Knoble](https://avatars0.githubusercontent.com/u/22802209?v=4&s=70)](https://github.com/benknoble)
|
||||
--- | ---
|
||||
[Derek S.](https://github.com/dsifford) | [David Knoble](https://github.com/benknoble)
|
||||
| [![Derek S.](https://avatars3.githubusercontent.com/u/5240018?v=3&s=70)](https://github.com/dsifford) | [![David Knoble](https://avatars0.githubusercontent.com/u/22802209?v=4&s=70)](https://github.com/benknoble) |
|
||||
| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
|
||||
| [Derek S.](https://github.com/dsifford) | [David Knoble](https://github.com/benknoble) |
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ if dracula#should_abort('markdown', 'mkd')
|
|||
endif
|
||||
|
||||
if b:current_syntax ==# 'mkd'
|
||||
" plasticboy/vim-markdown {{{1
|
||||
" plasticboy/vim-markdown {{{1
|
||||
hi! link htmlBold DraculaOrangeBold
|
||||
hi! link htmlBoldItalic DraculaOrangeBoldItalic
|
||||
hi! link htmlH1 DraculaPurpleBold
|
||||
|
@ -14,15 +14,16 @@ if b:current_syntax ==# 'mkd'
|
|||
hi! link mkdCode DraculaGreen
|
||||
hi! link mkdCodeEnd DraculaGreen
|
||||
hi! link mkdCodeStart DraculaGreen
|
||||
hi! link mkdHeading DraculaPurpleBold
|
||||
hi! link mkdInlineUrl DraculaLink
|
||||
hi! link mkdItalic DraculaYellowItalic
|
||||
hi! link mkdLink DraculaPink
|
||||
hi! link mkdListItem DraculaCyan
|
||||
hi! link mkdRule DraculaComment
|
||||
hi! link mkdUrl DraculaLink
|
||||
"}}}1
|
||||
"}}}1
|
||||
elseif b:current_syntax ==# 'markdown'
|
||||
" Builtin: {{{1
|
||||
" Builtin: {{{1
|
||||
hi! link markdownBlockquote DraculaCyan
|
||||
hi! link markdownBold DraculaOrangeBold
|
||||
hi! link markdownBoldItalic DraculaOrangeBoldItalic
|
||||
|
@ -43,7 +44,7 @@ elseif b:current_syntax ==# 'markdown'
|
|||
hi! link markdownOrderedListMarker DraculaCyan
|
||||
hi! link markdownRule DraculaComment
|
||||
hi! link markdownUrl DraculaLink
|
||||
"}}}
|
||||
"}}}
|
||||
endif
|
||||
|
||||
" vim: fdm=marker ts=2 sts=2 sw=2:
|
||||
|
|
|
@ -7,8 +7,9 @@ hi! link typescriptArrayMethod DraculaCyan
|
|||
hi! link typescriptArrowFunc Operator
|
||||
hi! link typescriptArrowFuncArg DraculaOrangeItalic
|
||||
hi! link typescriptAssign Operator
|
||||
hi! link typescriptBOMWindowProp Constant
|
||||
hi! link typescriptBinaryOp Operator
|
||||
hi! link typescriptBraces Normal
|
||||
hi! link typescriptBraces Delimiter
|
||||
hi! link typescriptCall typescriptArrowFuncArg
|
||||
hi! link typescriptClassHeritage Type
|
||||
hi! link typescriptClassName Type
|
||||
|
@ -17,10 +18,10 @@ hi! link typescriptDateStaticMethod Function
|
|||
hi! link typescriptDecorator DraculaGreenItalic
|
||||
hi! link typescriptDefaultParam Operator
|
||||
hi! link typescriptES6SetMethod DraculaCyan
|
||||
hi! link typescriptEndColons Normal
|
||||
hi! link typescriptEndColons Delimiter
|
||||
hi! link typescriptEnum Type
|
||||
hi! link typescriptEnumKeyword Keyword
|
||||
hi! link typescriptFuncComma Normal
|
||||
hi! link typescriptFuncComma Delimiter
|
||||
hi! link typescriptFuncKeyword Keyword
|
||||
hi! link typescriptFuncTypeArrow Operator
|
||||
hi! link typescriptGlobal Type
|
||||
|
@ -32,12 +33,13 @@ hi! link typescriptInterfaceName Type
|
|||
hi! link typescriptInterpolationDelimiter Keyword
|
||||
hi! link typescriptKeywordOp Keyword
|
||||
hi! link typescriptLogicSymbols Operator
|
||||
hi! link typescriptMember Normal
|
||||
hi! link typescriptMember Identifier
|
||||
hi! link typescriptMemberOptionality Special
|
||||
hi! link typescriptObjectColon Special
|
||||
hi! link typescriptObjectLabel Normal
|
||||
hi! link typescriptObjectLabel Identifier
|
||||
hi! link typescriptObjectSpread Operator
|
||||
hi! link typescriptOperator Operator
|
||||
hi! link typescriptParens Delimiter
|
||||
hi! link typescriptPredefinedType Type
|
||||
hi! link typescriptTernaryOp Operator
|
||||
hi! link typescriptTypeAnnotation Special
|
||||
|
|
Loading…
Reference in a new issue