From 5ad89196c2692e0018d6cfeb708d22fd6620a027 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 28 Aug 2019 00:06:55 -0700 Subject: Add snippets for ‘oni-python’ --- oni-python/snippets/python-mode/url | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 oni-python/snippets/python-mode/url (limited to 'oni-python/snippets/python-mode/url') diff --git a/oni-python/snippets/python-mode/url b/oni-python/snippets/python-mode/url new file mode 100644 index 0000000..00ade72 --- /dev/null +++ b/oni-python/snippets/python-mode/url @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: url +# key: url +# -- +url(r'^$1', $2, name='$3'), \ No newline at end of file -- cgit v1.3-2-g0d8e