mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 09:34:12 +01:00
Slightly better option type tag formatting.
This commit is contained in:
@@ -29,16 +29,26 @@
|
|||||||
<dt>boolean</dt> <dd>Can only be on or off</dd>
|
<dt>boolean</dt> <dd>Can only be on or off</dd>
|
||||||
<dt>number</dt> <dd>A numeric value</dd>
|
<dt>number</dt> <dd>A numeric value</dd>
|
||||||
<dt>string</dt> <dd>A string value</dd>
|
<dt>string</dt> <dd>A string value</dd>
|
||||||
<dt>charlist</dt> <dd tag="charlist">A string containing a discrete set of distinct characters</dd>
|
|
||||||
|
<dt/><dd tag="charlist"/>
|
||||||
|
<dt>charlist</dt>
|
||||||
|
<dd>A string containing a discrete set of distinct characters</dd>
|
||||||
|
|
||||||
|
<dt/><dd tag="stringlist"/>
|
||||||
<dt>stringlist</dt>
|
<dt>stringlist</dt>
|
||||||
<dd tag="stringlist">
|
<dd>
|
||||||
A comma-separated list of strings. Any comma appearing within single
|
A comma-separated list of strings. Any comma appearing within single
|
||||||
or double quotes, or prefixed with a <em>\</em>, will not be treated
|
or double quotes, or prefixed with a <em>\</em>, will not be treated
|
||||||
as an item separator.
|
as an item separator.
|
||||||
</dd>
|
</dd>
|
||||||
<dt>stringmap</dt> <dd tag="stringmap">A comma-separated list of key-value pairs, e.g., <str>key:val,foo:bar</str></dd>
|
|
||||||
|
<dt/><dd tag="stringmap"/>
|
||||||
|
<dt>stringmap</dt>
|
||||||
|
<dd>A comma-separated list of key-value pairs, e.g., <str>key:val,foo:bar</str></dd>
|
||||||
|
|
||||||
|
<dt/><dd tag="regexlist"/>
|
||||||
<dt>regexlist</dt>
|
<dt>regexlist</dt>
|
||||||
<dd tag="regexlist">
|
<dd>
|
||||||
A comma-separated list of regular expressions. Expressions may be
|
A comma-separated list of regular expressions. Expressions may be
|
||||||
prefixed with a <em>!</em>, in which case the match will be negated. A
|
prefixed with a <em>!</em>, in which case the match will be negated. A
|
||||||
literal <em>!</em> at the begining of the expression may be matched with
|
literal <em>!</em> at the begining of the expression may be matched with
|
||||||
@@ -46,8 +56,10 @@
|
|||||||
used. Any comma appearing within single or double quotes, or prefixed
|
used. Any comma appearing within single or double quotes, or prefixed
|
||||||
with a <em>\</em>, will not be treated as an item separator.
|
with a <em>\</em>, will not be treated as an item separator.
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt/><dd tag="regexmap"/>
|
||||||
<dt>regexmap</dt>
|
<dt>regexmap</dt>
|
||||||
<dd tag="regexmap">
|
<dd>
|
||||||
A combination of a <em>stringmap</em> and a <em>regexlist</em>. Each key
|
A combination of a <em>stringmap</em> and a <em>regexlist</em>. Each key
|
||||||
in the <a>key</a>:<a>value</a> pair is a regexp. If the regexp begins with a
|
in the <a>key</a>:<a>value</a> pair is a regexp. If the regexp begins with a
|
||||||
<em>!</em>, the sense of the match is negated, such that a non-matching
|
<em>!</em>, the sense of the match is negated, such that a non-matching
|
||||||
|
|||||||
Reference in New Issue
Block a user