Hi,
I'm trying to adapt this fantastic user control to display a peculiar syntax that we use to let our clients write "code-like" functions.
But I'm facing a problem. Our syntax contains symbols like this:
!IF, !ELSE, !OR, !WHEN and so on.
I discovered that symbols are not considered part of a word in TryGetClassificationType().
I tried a userControl that works with regex and I achieve what I wanted, but telerik comes with styles, Localization, and I'd really love to use RadSyntaxEditor.
Thanks in advance for all the help you provide.