jeff-hykin / better-cpp-syntax

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

Better handling of a raw string as a param #593

Closed a-stewart closed 1 year ago

a-stewart commented 2 years ago

Rather than defining the string_context as a child of the function_parameter_context, we seem to get a more reliable result if we define it as part of the parameter tag (meta.parameter.cpp).

This should fix #530 in more situations.

jeff-hykin commented 1 year ago

Thanks! Sorry it took so long to merge