# -*- mode: snippet -*-
|
|
# name: variable
|
|
# key: var
|
|
# --
|
|
variable "${1:name}" {
|
|
${2:default = "$3"}
|
|
}
|