UltiSnips/PySnippets/all.snippets

10 lines
157 B
Plaintext
Raw Normal View History

2009-07-04 06:15:12 -04:00
# This is a comment, don't read it
snippet hallo "This is my cool description"
Hallo Welt
endsnippet
snippet db
debug(${1/ba/arg, /} ${1:args})
endsnippet