Add output snippet

This commit is contained in:
Ryota Kayanuma 2018-08-25 03:18:27 +09:00
parent db83743b57
commit ef1eb6f6ee
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: output
# key: output
# --
output "${1:name}" {
value = ${2:value}
}