Another conversion bug `$reference(directive)`
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
https://github.com/jeff-hykin/better-cpp-syntax/blob/db4a681695f3d9c825baaec0e5d699baa7d33b96/autogenerated/cpp.tmLanguage.json#L3284
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