7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: variable declaration & assignment
|
||
|
# key: var=
|
||
|
# uuid: var=
|
||
|
# condition: (not (sp-point-in-string-or-comment))
|
||
|
# --
|
||
|
${1:int} ${2:variable} = `%`$0;
|