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:
parent
0cfdb8844e
commit
543f699ee4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user