1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 11:24:12 +01:00

:hi clear

This commit is contained in:
Kris Maglione
2008-12-12 19:47:33 -05:00
parent 2315887077
commit 5489a0b2de
2 changed files with 29 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ sourced.
________________________________________________________________________________
|:hi| |:highlight| +
||:hi[light][!] [-append] {group}[{selector}] [{css}]|| +
||:hi[light] [-append] {group}[{selector}] [{css}]|| +
________________________________________________________________________________
Highlight {group} with {css}. Normally, {css} is checked for
valid syntax before it's applied. Once you're certain it's
@@ -81,6 +81,14 @@ styles matching {group} are listed. If neither {css} nor [!] is provided, the
style for {group} is reset to its default value.
________________________________________________________________________________
|:highlight-clear| +
||:hi[light] clear [{group}[{selector}]]|| +
________________________________________________________________________________
Reset the highlighting for {group} to its default value. If
{group} is not given, reset all highlighting groups.
________________________________________________________________________________
|:sty| |:style| +
||:sty[le][!] [-name={name}] [-append] {filter} [{css}]|| +
________________________________________________________________________________