Hi,
In our product, there are some scenarios where a synchronous parsing is needed,
and then, in the grammar class's EbnfTerm callbacks, we want to access the ICodeDocument.Properties.
I know you provide the SyntaxLanguageParsingExtensions.Parse method for performing a synchronous parsing
but the ICodeDocument.Properties is not accessible inside the grammar class's EbnfTerm callback as this method is called without the document.
Please tell me how to achieve this.
Thank you.