Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve C++ highlighting for sized type specifiers
For consistency, sized type specifiers should be highlighted the same way as primitive types, to make sure 'unsigned', 'int' and 'unsigned int' are all the same color. A previous change moved primitive types from @Keyword to @type, and this adjusts the sized type specifier to follow suit.
- Loading branch information