7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: variable declaration
|
||
|
# key: var
|
||
|
# uuid: var
|
||
|
# condition: (not (sp-point-in-string-or-comment))
|
||
|
# --
|
||
|
${1:int} ${2:variable}
|