From 1a26be6cc66a078685c871c7647796668a15a298 Mon Sep 17 00:00:00 2001 From: benj Date: Mon, 16 May 2016 22:24:22 -0700 Subject: snippets and checks. --- snippets/python-mode/print format | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 snippets/python-mode/print format (limited to 'snippets/python-mode/print format') diff --git a/snippets/python-mode/print format b/snippets/python-mode/print format new file mode 100644 index 0000000..704cb53 --- /dev/null +++ b/snippets/python-mode/print format @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: print format +# key: printf +# -- +print("$1".format($0)) \ No newline at end of file -- cgit v1.2.3