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

12 lines
235 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: Plantuml basic template
# --
@startuml
hide empty description
2022-08-04 21:53:53 +00:00
'!theme bluegray 'organigram
'!theme sandstone
'!theme blueprint 'class
'!theme reddress-lightblue 'class
2022-05-31 23:01:20 +00:00
'top to bottom direction
$0
@enduml