dotfiles/.config/doom/snippets/plantuml-mode/__
2022-08-04 23:53:53 +02:00

12 lines
No EOL
235 B
Text

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