jeff-hykin / better-cpp-syntax

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

comment.line.double-slash.cpp scope getting lost after arrow #536

Open alexr00 opened 3 years ago

alexr00 commented 3 years ago

Checklist

The code with a problem is:

for(int i=1;i<=n;i++)//(0,0)->(n,m)

It looks like:

image

It should look like:

image

jeff-hykin commented 3 years ago

Strange, my guess is it is related to doxygen documentation syntax.