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
OS and Version: Windows 10 22H2 19045
VS Code Version: 1.75.1
C/C++ Extension Version: 1.14.3
Bug Summary and Steps to Reproduce
Bug Summary:
The built-in textmate grammar doesn't handle alignas(n) on a struct well. Note how the parentheses end up highlighted. The opening paren is actually part of the alignas token so there's no way to color the keyword without coloring the parens.
This is a place we we need a little help from the extension. The extension should emit a semantic token for alignas.
Configuration and Logs
N/A
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Environment
OS and Version: Windows 10 22H2 19045
VS Code Version: 1.75.1
C/C++ Extension Version: 1.14.3
Bug Summary and Steps to Reproduce
Bug Summary:
The built-in textmate grammar doesn't handle
alignas(n)
on a struct well. Note how the parentheses end up highlighted. The opening paren is actually part of thealignas
token so there's no way to color the keyword without coloring the parens.This is a place we we need a little help from the extension. The extension should emit a semantic token for
alignas
.Configuration and Logs
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: