Support rematching on italic, underline, and strike-through.

This commit is contained in:
Tom Alexander
2023-09-19 23:25:49 -04:00
parent c1de001786
commit 9e60ff6683
5 changed files with 91 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
: ${TRACE:="NO"} # or YES to send traces to jaeger
: ${BACKTRACE:="NO"} # or YES to print a rust backtrace when panicking
: ${NO_COLOR:=""} # Set to anything to disable color output
: ${PROFILE:="release-lto"}
: ${PROFILE:="debug"}
REALPATH=$(command -v uu-realpath || command -v realpath)
MAKE=$(command -v gmake || command -v make)