1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-06-05 01:09:17 +02:00

- fixed coloring regex.

This commit is contained in:
cage
2022-11-23 18:50:02 +01:00
parent e5ae0b5c26
commit 7416e3d881

View File

@@ -105,11 +105,11 @@ color-regexp = "-?[0-9]+(.[0-9]+)?%" #ff00ff bold
# *bold*
color-regexp = "\*[^[:space:]*]+\*" #ffff00 bold
color-regexp = "\*[^*]+\*" #ffff00 bold
# _underline_
color-regexp = "_[^[:space:]_]+_" #ffff00 underline
color-regexp = "_[^_]+_" #ffff00 underline
# /italic/ , commented as interferes with file path and URI