Add a syntax colour for special notes

This commit is contained in:
Veronica Berglyd Olsen
2024-04-28 19:53:09 +02:00
parent 8beb74689c
commit 69a99fc97f
3 changed files with 11 additions and 6 deletions
+4
View File
@@ -171,6 +171,7 @@ A syntax theme ``.conf`` file consists of the following settings:
straightquotes = 0, 0, 0
doublequotes = 0, 0, 0
singlequotes = 0, 0, 0
note = 0, 0, 0
hidden = 0, 0, 0
shortcode = 0, 0, 0
keyword = 0, 0, 0
@@ -197,3 +198,6 @@ Omitted syntax colours default to black, except ``background`` which defaults to
.. versionadded:: 2.4
The ``texthighlight`` syntax colour entry was added.
.. versionadded:: 2.5
The ``note`` syntax colour entry was added.