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
Atom has fixed this problem by switching to tree-sitter parser system. Is it possible that VSCode also switch to the new parser system?
Or maybe add such feature in the C/C++ extension?
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
Custom class names is not highlighted.
Notice
FoobarView
on the beginning. It's not highlighted.I know this is a duplicate. But this problem remains unfixed.
According to:
atom/language-c#266
atom/language-c#207
Atom has fixed this problem by switching to tree-sitter parser system. Is it possible that VSCode also switch to the new parser system?
Or maybe add such feature in the C/C++ extension?
The text was updated successfully, but these errors were encountered: