1
0
Fork 0

- improved regular expressions for message coloring.

This commit is contained in:
cage 2020-09-12 10:28:07 +02:00
parent 0cfdb8844e
commit 543f699ee4
1 changed files with 2 additions and 2 deletions

View File

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