jeff-hykin / better-cpp-syntax

💾 The source of VS Code's C++ syntax highlighting
GNU General Public License v3.0
155 stars 30 forks source link

Incorrect/inconsistent highlighting of final/override #489

Closed marzojr closed 4 years ago

marzojr commented 4 years ago

Checklist

The code with a problem is:

Full live code

It looks like:

[Screenshot]

It should look like:

Both override and final keywords should be highlighted on all cases.