Hello, We have our own language that I am creating dynamically. I have reviewed the various programming examples and XML examples. However I am stuck on an issue. We have many named variables that get supplied dynamically during runtime. I have successfully created the lexical state for recognizing the start of the token. However, the end token for the variable name is not being recognized when it is an alphanumeric character. For example, if we have a variable named var_1, I would like the highlight for the text to change to the default when the user types the number 2 in the following name: var_12. I know that this capability works with your product because I have seen it demonstrated for the C# language. I just need help figuring out how to code this in C#.
Thank you, Brian B.
Thank you, Brian B.