{ "key": "markdown-extra", "patterns": [ { "name": "definition.list.markup.md", "match": "^(?:\\s*)(:)( +)(.*)$", "captures": { "1": { "name": "punctuation.md" } } }, { "name": "abbreviation.reference.link.markup.md", "match": "^((?:\\*\\[)(?:[^\\]]+)(?:\\]))(:) (.*)$", "captures": { "1": { "patterns": [ { "include": "#link-label" } ] }, "2": { "name": "punctuation.md" } } } ] }