6 lines
No EOL
76 B
Text
6 lines
No EOL
76 B
Text
# -*- mode: snippet -*-
|
|
# name: var
|
|
# key: var
|
|
# --
|
|
var ${1:ok} ${2:bool}
|
|
$0 |