Skip to content
Snippets Groups Projects
Commit 834199b2 authored by Adrian Heine's avatar Adrian Heine
Browse files

[simplemode demo] Fix type of property `token`

parent 5a5c75fa
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ highlighted by the mode shown in it).</p>
will be taken into account when matching the token. This regex
should only capture groups when the <code>token</code> property is
an array.</dd>
<dt><code><strong>token</strong></code>: string | null</dt>
<dt><code><strong>token</strong></code>: string | array&lt;string&gt; | null</dt>
<dd>An optional token style. Multiple styles can be specified by
separating them with dots or spaces. When the <code>regex</code> for
this rule captures groups, it must capture <em>all</em> of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment