Add data snippet

This commit is contained in:
Ryota Kayanuma 2018-08-25 03:04:57 +09:00
parent ee3359e1f7
commit 7aa306dbd8
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: data
# key: data
# --
data "${1:type}" "${2:name}" {
$0
}