8 lines
No EOL
252 B
Text
8 lines
No EOL
252 B
Text
{
|
|
"scope": "source.sublimecommands",
|
|
|
|
"completions": [
|
|
{ "trigger": "c", "contents": "{ \"caption\": \"$1\", \"command\": \"$2\" }" },
|
|
{ "trigger": "i", "contents": "{ \"caption\": \"$1\", \"command\": \"$2\" }" }
|
|
]
|
|
} |