1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-03 01:09:20 +01:00

- improved regular expressions for message coloring.

This commit is contained in:
cage 2020-09-12 10:28:07 +02:00
parent 0cfdb8844e
commit 543f699ee4

View File

@ -88,9 +88,9 @@ color-regexp = "\*[^[:space:]*]+\*" #ffff00 bold
# _underline_ # _underline_
# color-regexp = "_[^_]+_" #ffff00 underline color-regexp = "_[^[:space:]_]+_" #ffff00 underline
# /italic/ # /italic/ , commented as interferes with file path and URI
#color-regexp = "/[^/]+/" #ffff00 italic #color-regexp = "/[^/]+/" #ffff00 italic