Docs: regroup faces dealing with specific highlighters
This commit is contained in:
parent
c9a8658671
commit
592ab71048
|
@ -63,15 +63,6 @@ areas of the user interface:
|
||||||
*SecondaryCursorEol*::
|
*SecondaryCursorEol*::
|
||||||
cursor of the secondary selection when it lies on and end of line character
|
cursor of the secondary selection when it lies on and end of line character
|
||||||
|
|
||||||
*LineNumbers*::
|
|
||||||
face used by the number_lines highlighter
|
|
||||||
|
|
||||||
*LineNumberCursor*::
|
|
||||||
face used to highlight the line number of the main selection
|
|
||||||
|
|
||||||
*LineNumbersWrapped*::
|
|
||||||
face used to highlight the line number of wrapped lines
|
|
||||||
|
|
||||||
*MenuForeground*::
|
*MenuForeground*::
|
||||||
face for the selected element in menus
|
face for the selected element in menus
|
||||||
|
|
||||||
|
@ -105,11 +96,25 @@ areas of the user interface:
|
||||||
*Prompt*::
|
*Prompt*::
|
||||||
face used prompt displayed on the status line
|
face used prompt displayed on the status line
|
||||||
|
|
||||||
*MatchingChar*::
|
|
||||||
face used by the show_matching highlighter
|
|
||||||
|
|
||||||
*BufferPadding*::
|
*BufferPadding*::
|
||||||
face applied on the characters that follow the last line of a buffer
|
face applied on the characters that follow the last line of a buffer
|
||||||
|
|
||||||
|
=== Builtin highlighters faces
|
||||||
|
|
||||||
|
The following faces are used by builtin highlighters if enabled.
|
||||||
|
(See <<highlighters#,`:doc highlighters`>>.
|
||||||
|
|
||||||
|
*LineNumbers*::
|
||||||
|
face used by the `number_lines` highlighter
|
||||||
|
|
||||||
|
*LineNumberCursor*::
|
||||||
|
face used to highlight the line number of the main selection
|
||||||
|
|
||||||
|
*LineNumbersWrapped*::
|
||||||
|
face used to highlight the line number of wrapped lines
|
||||||
|
|
||||||
|
*MatchingChar*::
|
||||||
|
face used by the `show_matching` highlighter
|
||||||
|
|
||||||
*Whitespace*::
|
*Whitespace*::
|
||||||
face used by the show_whitespaces highlighter
|
face used by the `show_whitespaces` highlighter
|
||||||
|
|
|
@ -50,7 +50,8 @@ existing highlighters ids.
|
||||||
a one character long separator that will be appended to tabulations to honor the *tabstop* option
|
a one character long separator that will be appended to tabulations to honor the *tabstop* option
|
||||||
|
|
||||||
*number_lines* [options]::
|
*number_lines* [options]::
|
||||||
show line numbers, with the following *options*:
|
show line numbers using the `LineNumbers`, `LineNumberCursor` and `LineNumbersWrapped` faces,
|
||||||
|
with the following *options*:
|
||||||
|
|
||||||
*-relative*:::
|
*-relative*:::
|
||||||
show line numbers relative to the main cursor line
|
show line numbers relative to the main cursor line
|
||||||
|
|
Loading…
Reference in New Issue
Block a user