8 lines
173 B
JSON
8 lines
173 B
JSON
{
|
|
"logVariable": {
|
|
"scope": "javascript",
|
|
"prefix": "logvar",
|
|
"description": "Log the variable under the cursor",
|
|
"body": ["console.log('$1', $1);"]
|
|
}
|
|
}
|