UDL help
-
how do I make it so that the begging of a delimiter is
description "
and the end is."
?
-
You cannot have spaces in UDL delimiters. Sorry.
However, you can add extra highlighting to a UDL language using regexes via the script
EnhanceUDLLexer.py
that @Ekopalypse shares in this linked post. You could make a regex ofdescription ".*?\."
using that script for highlighting something extra.
-
thanks, I’ll look into that.