You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would it be because "name" is referencing a "begin" rather than a "match"?
Probably. But it's weird the grammar generator doesn't throw an error when it sees a $reference that it can't resolve. I'll have to look into that some time
I assume
$reference(directive)
should be$7
"name":"meta.preprocessor.diagnostic.$reference(directive).cpp"
at char 61500
under
"diagnostic"
https://github.com/jeff-hykin/better-cpp-syntax/blob/master/autogenerated/cpp.embedded.macro.tmLanguage.json
would it be because
"name"
is referencing a"begin"
rather than a"match"
?EDIT:
also same in
cpp
better-cpp-syntax/autogenerated/cpp.tmLanguage.json
Line 3284 in db4a681
The text was updated successfully, but these errors were encountered: