dotfiles/vim/.vim/UltiSnips/uml.snippets
2023-11-02 10:11:39 +01:00

4 lines
55 B
Plaintext

snippet use "usecase"
usecase $1 as '$2' $0
endsnippet