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: