You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the syntax is very limited (too conservative) for the using keyword. The \ causes the entire syntaxing to fail, as its not acceptable per the grammar. I haven't made any improvement in this area either, with my PR #155 or #156, though I have in some others such as comment based help arguments.
😄 , I don't think that is a bug, I think it is by-design as a defense in depth measure, but definitely ironic.
I might try to look in to improving the 'using' keyword's syntaxing logic. I've done some already for the namespace portion in my PR's, but not for module.
System Details
Can provide if necessary
Issue Description
Syntax highlighting does not work for relative path modules with the
using module
syntax.Expected Behaviour
Syntax highlighting like this (ignore the warning)
Actual Behaviour
The statement is white.
Attached Logs
N/A
The text was updated successfully, but these errors were encountered: