diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-28 16:34:41 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-28 16:34:41 -0500 |
| commit | 0c716e4c6b7c2c44bbfd02b6503cae66af7b7480 (patch) | |
| tree | ac880382ea281825027b34768d6512d340596e56 /docs/doc/glossary.html | |
| parent | 4821f231a00dc93c42fb437359ea657c59c63053 (diff) | |
Separate syntax highlighting category for header/body characters ;:?
Diffstat (limited to 'docs/doc/glossary.html')
| -rw-r--r-- | docs/doc/glossary.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doc/glossary.html b/docs/doc/glossary.html index 1220fa6c..75048532 100644 --- a/docs/doc/glossary.html +++ b/docs/doc/glossary.html @@ -139,8 +139,8 @@ <li><strong>Block modifier</strong>: A block defining a 1- or 2-modifier.</li> <li><strong>Immediate modifier</strong>: A modifier that's evaluated as soon as it receives its operands.</li> <li><strong>Deferred modifier</strong>: The opposite of an immediate modifier, one that's only evaluated when called with operands and arguments.</li> -<li><a href="block.html#block-headers"><strong>Header</strong></a>: A preface to a body in a block function or modifier indicating possible inputs, which is followed by a colon <code><span class='Value'>:</span></code>.</li> +<li><a href="block.html#block-headers"><strong>Header</strong></a>: A preface to a body in a block function or modifier indicating possible inputs, which is followed by a colon <code><span class='Head'>:</span></code>.</li> <li><a href="block.html#short-headers"><strong>Label</strong></a>: A header consisting of a single name.</li> -<li><strong>Body</strong>: One sequence of statements in a block. Bodies, possibly preceded by headers, are separated by semicolons <code><span class='Value'>;</span></code>.</li> +<li><strong>Body</strong>: One sequence of statements in a block. Bodies, possibly preceded by headers, are separated by semicolons <code><span class='Head'>;</span></code>.</li> <li><strong>Tacit</strong>: Code that defines functions or modifiers without using blocks.</li> </ul> |
