df7385af0d
Many of my other commonly used languages have a similar snippet as well.
6 lines
No EOL
74 B
Text
6 lines
No EOL
74 B
Text
# -*- mode: snippet -*-
|
|
# name: Function
|
|
# key: fn
|
|
# --
|
|
def $1($2):
|
|
$3 |