Would the SyntaxEditor be able to support Regex syntax?
Would the SyntaxEditor be able to support Regex syntax?
Hi Scott,
Sure, we don't have a pre-defined lexer for Regex syntax but you certainly could write one that works with SyntaxEditor. We have a lot of examples of lexers in the sample project, and you can make a custom one for any syntax language (e.g. Regex syntax).
Please log in to a validated account to post comments.