mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
alignof and alignas are official C++ keywords, further I moved one function definition from the C file to the C++ because it has caused wrong highlighting for C (friend and override are not C keywords). .H files are now also C++ file types.