Various small update

This commit is contained in:
jdhao
2019-09-16 23:59:09 +08:00
parent 6d10ef8378
commit a28c908c66
6 changed files with 71 additions and 374249 deletions
+4
View File
@@ -12,3 +12,7 @@ snippet print "Print value of some variable"
print("$1".format($2))
$0
endsnippet
snippet impa "import FOO as BAR" b
import ${1:FOO} as ${2:BAR}
endsnippet