Releases: jeff-hykin/better-cpp-syntax
Releases · jeff-hykin/better-cpp-syntax
1.13.0
v1.12.18
v1.12.6
v1.12.2
Fixes:
- #256 noexcept(noexcept(/snip/)) breaks highlighting for the rest of the file
- #260 performance issue with comments
v1.12.3
Fixes:
- #261 constructor detection breaks highlighting for the rest of the file
v1.12.4
Fixes:
- #259 nested template type used as parameter type breaks highlighting for the rest of the file
Changes:
- user defined types in template calls have had their scope changed from
storage.type.user-defined
toentity.name.type
v1.12.5
Adds:
- support for goto statements and labels
Changes: - comment banner pattern is now more generic
v1.12.6
Fixes:
v1.12.1 Functions, Parameters, and Operator Overloads
Major updates to
- Constructors
- Destructors
- Operator overloads
- Function Parameters
- Function return types
- Function pointers
- added support for predefined macros
- added support for
__cdecl
and similar calling conventions - added support for custom literal definitions
Fixed
- #254
- #250
- #249
- #247 static assert inside of class/struct
- #243 comments in namespace
- #242 function definitions as function call
- #239 attributes in front of functions
- #238 s in sizeof
- #235 slowdown from many spaces
- #231 issue with operator keyword
- #230 struct not working in type cast
- #229 added recommended color themes
- #228 issue with function pointers
- #200 nameless parameter tagging
- #168 scoped enums
- #121 class inheritance
- #80 replace legacy function calls
- #16 custom literal defintions