UltiSnips/PySnippets/all.snippets
2009-07-04 12:15:12 +02:00

10 lines
157 B
Plaintext

# 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