From a28c908c667f113caa059e5933adc8ee65bf9803 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 16 Sep 2019 23:59:09 +0800 Subject: Various small update --- my_snippets/python.snippets | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'my_snippets/python.snippets') diff --git a/my_snippets/python.snippets b/my_snippets/python.snippets index e6ecb78..614db46 100644 --- a/my_snippets/python.snippets +++ b/my_snippets/python.snippets @@ -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 -- cgit v1.2.3