We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1648b3a commit a44ed47Copy full SHA for a44ed47
UltiSnips/python.snippets
@@ -5,8 +5,19 @@ priority -50
5
###########################################################################
6
7
#! header
8
-snippet #! "#!/usr/bin/env python" b
9
-#!/usr/bin/env python
+snippet #! "#!/usr/bin/env python3" b
+#!/usr/bin/env python3
10
+$0
11
+endsnippet
12
+
13
+snippet #!2 "#!/usr/bin/env python2" b
14
+#!/usr/bin/env python2
15
+# -*- coding: utf-8 -*-
16
17
18
19
+snippet #!3 "#!/usr/bin/env python3" b
20
21
$0
22
endsnippet
23
0 commit comments