Break up long line

This commit is contained in:
Johannes Altmanninger
2025-04-13 15:10:57 +02:00
parent 692599387b
commit ef25f1d27b
2 changed files with 12 additions and 2 deletions

View File

@@ -89,7 +89,13 @@ Or, to see all themes, right in your terminal::
Syntax highlighting variables
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The colors used by fish for syntax highlighting can be configured by changing the values of various variables. The value of these variables can be one of the colors accepted by the :doc:`set_color <cmds/set_color>` command. The modifier switches accepted by ``set_color`` like ``--bold``, ``--dim``, ``--italics``, ``--reverse`` and ``--underline`` are also accepted.
The colors used by fish for syntax highlighting can be configured by changing the values of various variables. The value of these variables can be one of the colors accepted by the :doc:`set_color <cmds/set_color>` command.
The modifier switches accepted by ``set_color`` like
``--bold``,
``--dim``,
``--italics``,
``--reverse`` and
``--underline`` are also accepted.
Example: to make errors highlighted and red, use::