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
- treat `restrict`/`_Atomic` like `const`/`volatile` => @Keyword.storage.modifier
- highlight `unsigned int` as builtin => @type.builtin
- recognize `static_cast` and friends => @Keyword
- `template` is a kind of entity like `typename` => @Keyword.storage.type
- many declaration modifiers have nothing to do with storage/types
(explicit, friend, access specifiers, inline in C++) => @Keyword
- fix floats highlighted as integer => @constant.numeric
0 commit comments