mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 21:28:04 +00: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.