dotfiles/.config/doom/snippets/plantuml-mode/__

12 lines
265 B
Plaintext

# -*- mode: snippet -*-
# name: Plantuml basic template
# --
@startuml
hide empty description
'!theme reddress-lightblue
'!theme bluegray 'organigram-lightblue
'!theme sandstone 'class-mediumblue
'!theme blueprint 'class-darkblue
'top to bottom direction
$0
@enduml