{ "scopeName": "markdown-onPoint.injection", "injectionSelector": "L:meta.paragraph.markdown", "patterns": [ { "include": "#slide-annotation" }, { "include": "#annotation" }, { "include": "#fragment" } ], "repository": { "slide-annotation": { "match": "@slide(\\(.+\\))?", "name": "markup.heading.slide-annotation" }, "annotation": { "match": "@.+(\\(.+\\))?", "name": "comment.annotation" }, "fragment": { "match": "\\+\\?", "name": "comment.fragment" } } }