- Fixing incorrect highlighting with a template of a template
- Fixing incorrect indentation in some switch statements (thanks to vmrob!)
- Adding more file extensions
- No longer highlighting keywords in the error, pragma, and warning preprocessor directives
- Highlighting C++ attributes
- Doxygen keywords are now highlighted by default
- Recognizing more C++ file extensions (cc, cp, cxx, inl)
- Fixing a bug where destructors were not properly highlighted
- Fixing a bug where comments were not highlighted around namespaces and enums
- Fixing a bug where operator overload functions were not highlighted
- Adding enum highlighting
- Adding snippets for common STL containers
- Highlighting __func__, __FILE__, __FUNCTION__, and __LINE__
- Fixing incorrect highlighting when preceding a function with the insertion operator
- Highlighting more doxygen keywords
- Adding snippets
- Adding auto-indent settings
- Adding namespace highlighting
- Fixing several preprocessor directive highlighting bugs
- Fixing a class/struct highlighting bug
- Fixing incorrect highlighting when using the class keyword in a template parameter list
- C++11 and C++14 keywords
- Doxygen keywords
- Binary literals
- Digit separators
- Raw strings