{ "key": "github-inlines", "patterns": [ { "match": "(?<=^|\\s|\"|'|\\(|\\[)((#|GH-)(\\d+))(?=[\\s\"'\\.,;:\\)\\]]|$)", "captures": { "1": { "name": "reference.gfm.variable.md" }, "2": { "name": "punctuation.md" }, "3": { "name": "issue.gfm.md" } } }, { "match": "(?