diff options
Diffstat (limited to 'files/vim/ftplugin/plantuml/snips')
-rw-r--r-- | files/vim/ftplugin/plantuml/snips/template.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/files/vim/ftplugin/plantuml/snips/template.txt b/files/vim/ftplugin/plantuml/snips/template.txt new file mode 100644 index 0000000..f649539 --- /dev/null +++ b/files/vim/ftplugin/plantuml/snips/template.txt @@ -0,0 +1,9 @@ +@startuml + +class <+++> { + <++> +} + +<++> + +@enduml |