Non-ASCII UDL delimiters
-
Re: UDL delimiters
I’m trying to use the non-ASCII character
u+2611
(☑) for either a Comment line style or a Delimiter in my User Defined Language, but it isn’t being detected. Using it as a Keyword works fine however. Does UDP only support a certain range of characters for Comments and Delimiters, but not Keywords?Expected:
☐ Incomplete
☑ CompleteActual (if Keyword):
☐ Incomplete
☑ CompleteActual (if Delimiter):
☐ Incomplete
☑ Complete -
@Wil-Fabrick said in Non-ASCII UDL delimiters:
a certain range of characters for Comments and Delimiters,
Seems so, like what fits in a char variable.