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
Describe the bug
Upon upgrading to v1.2.5 of the matlab extension the syntax highlighting seems to break on ?ClassName in a property access list like
classdefTestproperties (Access=public)
A=3endproperties (Access= ?Test2) % This becomes white and following blocks are also different compared to if I set e.g. public.B=3endproperties (Access=public)
C=3endend
To Reproduce
Install v1.2.5
Paste above code in a file
Expected behavior
Correct highlighting, i.e. the one that is there if we use public instead of ?Test2 in above example.
Screenshots
Useful Information
OS Version: Windows 10
VS Code Version: v1.90.1
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe the bug
Upon upgrading to v1.2.5 of the matlab extension the syntax highlighting seems to break on
?ClassName
in a property access list likeTo Reproduce
Expected behavior
Correct highlighting, i.e. the one that is there if we use
public
instead of?Test2
in above example.Screenshots

Useful Information
Additional context
None
The text was updated successfully, but these errors were encountered: