add plantuml syntax highlight adjustments
This commit is contained in:
parent
9ab9d12521
commit
c32ddf3397
1 changed files with 13 additions and 0 deletions
13
after/syntax/plantuml.vim
Normal file
13
after/syntax/plantuml.vim
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
if dracula#should_abort('plantuml')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
hi! link plantumlClassPrivate SpecialKey
|
||||||
|
hi! link plantumlClassProtected DraculaOrange
|
||||||
|
hi! link plantumlClassPublic Function
|
||||||
|
hi! link plantumlColonLine String
|
||||||
|
hi! link plantumlDirectedOrVerticalArrowLR Constant
|
||||||
|
hi! link plantumlDirectedOrVerticalArrowRL Constant
|
||||||
|
hi! link plantumlHorizontalArrow Constant
|
||||||
|
hi! link plantumlSkinParamKeyword DraculaCyan
|
||||||
|
hi! link plantumlTypeKeyword Keyword
|
Loading…
Reference in a new issue