We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d5dcd commit 7fe12dfCopy full SHA for 7fe12df
grammar.js
@@ -73,6 +73,8 @@ module.exports = grammar({
73
seq('|', /[^|\n\t ]+/),
74
// NOT taglink: "||".
75
/\|\|*/,
76
+ // NOT listitem: "-" or "•" followed by tab.
77
+ /[-•]\t/,
78
// NOT argument:
79
'{',
80
'}',
0 commit comments