You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
markdownString.appendMarkdown('Unlike `"end"`, `"while"` is line-based, not character-based. It is only checked once per line (starting on the line after the `"begin"`) \n');
55
56
markdownString.appendMarkdown('If it matches then the _rest_ of the line is now part of the block (same also applies to the `"begin"` rule) \n');
56
57
markdownString.appendMarkdown('Rules can be nested inside the block with the `"patterns"` key \n');
57
-
markdownString.appendMarkdown('VSCode: `"while"` is always tested first, before any inner `"patterns"`. \n');
58
+
markdownString.appendMarkdown('VSCode: `"while"` is always tested first, before any inner `"patterns"` \n');
58
59
markdownString.appendMarkdown('VSCode: When `"while"` doesn\'t match, all unfinished/unclosed patterns are terminated and the `"begin"`/`"while"` block is then finished/closed \n');
59
60
markdownString.appendMarkdown('Apple: `"begin"`&`"end"` rules \'push\' the `"while"` rule to the next line \n');
60
61
markdownString.appendMarkdown('An anchor is placed after the `"begin"` rule; that you can then match with `\\\\G` \n');
0 commit comments