Skip to content

Commit 5d2cfef

Browse files
committed
Revise ':highlight' help documentation (fixes #23)
1 parent 6ac6b1a commit 5d2cfef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

common/locale/en-US/styling.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
restrict the match to matching elements.
4949
</p>
5050

51-
<p>Valid groups are:</p>
51+
<p>Common highlight groups are:</p>
5252

5353
<dl>
5454
<dt>Bell</dt> <dd>&liberator.appname;'s visual bell</dd>
@@ -85,7 +85,6 @@
8585
<dt>Object</dt> <dd>A JavaScript Object</dd>
8686
<dt>Preview</dt> <dd></dd>
8787
<dt>Question</dt> <dd>A prompt for a decision</dd>
88-
<dt>Search</dt> <dd>Highlighted search results in a web page</dd>
8988
<dt>StatusLine</dt> <dd>The status bar</dd>
9089
<dt>String</dt> <dd>A JavaScript String object</dd>
9190
<dt>TabClose</dt> <dd>The close button of a browser tab</dd>
@@ -99,6 +98,10 @@
9998
<dt>WarningMsg</dt> <dd>A warning message</dd>
10099
</dl>
101100

101+
<p>
102+
The full list of supported highlight groups and there current values can be seen by calling <ex>:highlight</ex> without any arguments.
103+
</p>
104+
102105
<p>
103106
Every invocation completely replaces the styling of any previous invocation,
104107
unless <em>-append</em> (short option: <em>-a</em>) is provided, in which case <a>css</a> is

0 commit comments

Comments
 (0)