From 81ffe5f2a6dcebede765ef8ef59a3191c682a3b4 Mon Sep 17 00:00:00 2001 From: colinfang Date: Fri, 1 Oct 2021 00:43:09 +0100 Subject: [PATCH] Add tag for Assume --- syntaxes/plugin.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/syntaxes/plugin.json b/syntaxes/plugin.json index 042fb54..b3c3a8a 100644 --- a/syntaxes/plugin.json +++ b/syntaxes/plugin.json @@ -39,6 +39,9 @@ }, { "include": "#default" + }, + { + "include": "#assume" } ], "repository": { @@ -236,6 +239,21 @@ } }, "name": "markup.tag.default.plugin" + }, + "assume": { + "match": "(?<=- )(\\[)(Assume)(\\])(?= )", + "captures": { + "1": { + "name": "punctuation.definition.plugin" + }, + "2": { + "name": "value.tag.assume.plugin" + }, + "3": { + "name": "punctuation.definition.plugin" + } + }, + "name": "markup.tag.assume.plugin" } }, "scopeName": "markdown.my_plugin"