10 lines
157 B
Plaintext
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
|
||
|
|