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
When decltype() is used in a function scope. The delctype keyword and anything after it has no syntax highlighting. The entire line has the textmate scope of meta.function-call. This issue is not present in the default grammar.
Better C++ Syntax
Default
The text was updated successfully, but these errors were encountered:
A temporary fix was included in v1.5.0, (pushed just now) it just treats decltype as a function.
I'm going to leave this open until it gets properly fixed, along with sizeof, and alignas.
When
decltype()
is used in a function scope. Thedelctype
keyword and anything after it has no syntax highlighting. The entire line has the textmate scope ofmeta.function-call
. This issue is not present in the default grammar.The text was updated successfully, but these errors were encountered: