mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 14:04:11 +01:00
Document the 'iskeyword' option in options.xml.
This commit is contained in:
@@ -1011,6 +1011,16 @@
|
|||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<tags>'isk' 'iskeyword'</tags>
|
||||||
|
<spec>'iskeyword' 'isk'</spec>
|
||||||
|
<type>&option.iskeyword.type;</type>
|
||||||
|
<default>&option.iskeyword.default;</default>
|
||||||
|
<description>
|
||||||
|
<p>Regular expression defining which characters constitute words.</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>'nojsd' 'nojsdebugger'</tags>
|
<tags>'nojsd' 'nojsdebugger'</tags>
|
||||||
<tags>'jsd' 'jsdebugger'</tags>
|
<tags>'jsd' 'jsdebugger'</tags>
|
||||||
|
|||||||
@@ -2113,7 +2113,7 @@ var Buffer = Module("Buffer", {
|
|||||||
});
|
});
|
||||||
|
|
||||||
options.add(["iskeyword", "isk"],
|
options.add(["iskeyword", "isk"],
|
||||||
"Regular expression defining which characters constitute word characters",
|
"Regular expression defining which characters constitute words",
|
||||||
"string", '[^\\s.,!?:;/"\'^$%&?()[\\]{}<>#*+|=~_-]',
|
"string", '[^\\s.,!?:;/"\'^$%&?()[\\]{}<>#*+|=~_-]',
|
||||||
{
|
{
|
||||||
setter: function (value) {
|
setter: function (value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user