UDL number nesting
-
Digits following a text are treated as numbers when nested inside a delimiter. This happens also when the string would be an operator.
Eg: blahbla(var1 op2 3)
I would like to see
() styled
“var1” with the style of the delimiter ( )
“op2” with the style of an operator
“3” with the style of numbersIt would be great if it worked!
-
again cheating is required and it isn’t 100%.
Define the numbers as keywords (prefix mode) and use nesting
but this would mean, that e.g. 5t is also colored.Cheers
Claudia