|
1 |
| -*syntax.txt* For Vim version 8.2. Last change: 2021 Jan 21 |
| 1 | +*syntax.txt* For Vim version 8.2. Last change: 2021 Apr 02 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -1741,8 +1741,8 @@ The coloring scheme for tags in the HTML file works as follows.
|
1741 | 1741 |
|
1742 | 1742 | The <> of opening tags are colored differently than the </> of a closing tag.
|
1743 | 1743 | This is on purpose! For opening tags the 'Function' color is used, while for
|
1744 |
| -closing tags the 'Type' color is used (See syntax.vim to check how those are |
1745 |
| -defined for you) |
| 1744 | +closing tags the 'Identifier' color is used (See syntax.vim to check how those |
| 1745 | +are defined for you) |
1746 | 1746 |
|
1747 | 1747 | Known tag names are colored the same way as statements in C. Unknown tag
|
1748 | 1748 | names are colored with the same color as the <> or </> respectively which
|
@@ -2236,9 +2236,10 @@ can use them.
|
2236 | 2236 |
|
2237 | 2237 | For example, Linux and BSD distributions use groff as their default text
|
2238 | 2238 | processing package. In order to activate the extra syntax highlighting
|
2239 |
| -features for groff, add the following option to your start-up files: > |
| 2239 | +features for groff, arrange for files to be recognized as groff (see |
| 2240 | +|ft-groff-syntax|) or add the following option to your start-up files: > |
2240 | 2241 |
|
2241 |
| - :let b:nroff_is_groff = 1 |
| 2242 | + :let nroff_is_groff = 1 |
2242 | 2243 |
|
2243 | 2244 | Groff is different from the old AT&T n/troff that you may still find in
|
2244 | 2245 | Solaris. Groff macro and request names can be longer than 2 characters and
|
@@ -4676,7 +4677,7 @@ matches, nextgroup, etc. But there are a few differences:
|
4676 | 4677 | - A line continuation pattern can be given. It is used to decide which group
|
4677 | 4678 | of lines need to be searched like they were one line. This means that the
|
4678 | 4679 | search for a match with the specified items starts in the first of the
|
4679 |
| - consecutive that contain the continuation pattern. |
| 4680 | + consecutive lines that contain the continuation pattern. |
4680 | 4681 | - When using "nextgroup" or "contains", this only works within one line (or
|
4681 | 4682 | group of continued lines).
|
4682 | 4683 | - When using a region, it must start and end in the same line (or group of
|
|
0 commit comments