Compare commits
No commits in common. "04f7b17fd554b342361cba9f3cf0105873b3d9f4" and "8233320d9054939c616d19dfffd895e0b5772978" have entirely different histories.
04f7b17fd5
...
8233320d90
|
@ -4,9 +4,3 @@ $4
|
||||||
`!p snip.rv = "endsnippet"`
|
`!p snip.rv = "endsnippet"`
|
||||||
$0
|
$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet helloworld "A simple hello world snippet" b
|
|
||||||
${0:`!p
|
|
||||||
if not snip.c:
|
|
||||||
snip.rv = f'snippet helloworld "A simple hello world snippet" b\n{t[0]}\nendsnippet'`}
|
|
||||||
endsnippet
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
snippet << "automated tag insertion" A
|
snippet tg "automated tag insertion" b
|
||||||
<${1:tag}>
|
<${1:tag}>
|
||||||
$2
|
$2
|
||||||
</${1/(\w+).*/$1/}>$0
|
</${1/(\w+).*/$1/}>$0
|
||||||
|
|
Loading…
Reference in New Issue