I'd bet that this question has been answered elsewhere, but after a few hours of searching forums & help, I can't find an answer that makes sense to me.
We're using the C# Language add-on but would like to add a few "keywords" that our script engine recognizes. We add things like
#reference <assembly name>
#debug
etc. to give our "script" engine some directives prior to compiling the C# code.
How do I add these to the language as keywords so that when the language add-on parses the text, it doesn't flag these as syntactic errors?
Thanks!
Craig Eddy
Star Technologies
We're using the C# Language add-on but would like to add a few "keywords" that our script engine recognizes. We add things like
#reference <assembly name>
#debug
etc. to give our "script" engine some directives prior to compiling the C# code.
How do I add these to the language as keywords so that when the language add-on parses the text, it doesn't flag these as syntactic errors?
Thanks!
Craig Eddy
Star Technologies