init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: to
|
||||
# key: to
|
||||
# --
|
||||
${1:name}(${2:start} to ${3:end})$0
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: to
|
||||
# key: to
|
||||
# --
|
||||
${1:name}(${2:start} to ${3:end})$0
|
||||