{ "textlint off on": { "scope": "markdown", "prefix": ["textlint-off-on", "tloo"], "body": [ "", "$0", "" ], "description": "Stop textlint rule for a time." }, "comment": { "scope": "markdown", "prefix": "comment", "body": [ "" ], "description": "Comment" }, "break": { "scope": "markdown", "prefix": "br", "body": [ "
$0" ], "description": "Make br tag." }, "check box": { "scope": "markdown", "prefix": "check", "body": [ "* [${1:checked?|x,' '}] $0" ], "description": "Make checkbox." } }