mirror of
https://github.com/samsonjs/config.git
synced 2026-04-26 14:57:46 +00:00
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\" }" }
|
|
]
|
|
} |