Support snippet for python function

Many of my other commonly used languages have a similar snippet as well.
This commit is contained in:
William Carroll 2020-01-22 21:07:10 +00:00
parent 4b00548768
commit df7385af0d

View file

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: Function
# key: fn
# --
def $1($2):
$3