Move of Snippets into repository
This commit is contained in:
10
UltiSnips/python.snippets
Normal file
10
UltiSnips/python.snippets
Normal file
@@ -0,0 +1,10 @@
|
||||
snippet docmodule "Documentation for modules" A
|
||||
"""
|
||||
File: `!p snip.rv = fn`
|
||||
Author: ${1:Yannick Reiß}
|
||||
Description: ${2:No further description}
|
||||
Created on: `date`
|
||||
"""
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
Reference in New Issue
Block a user