Closed asottile closed 7 months ago
it looks like maybe it should go here but idk where that hash comes from:
Yep thats correct.
The library (ruby_grammar_builder) allows making isolated files, in theory it prevents namespace collisions. It looks like there's an issue with how those are getting replaced though.
I'll add a workaround, and just let me know if there's any more missing ones.
quick question as well -- what's the difference between ./syntaxes
and ./autogenerated
?
Checklist
"C_Cpp.enhancedColorization": "Disabled"
(n/a)If Disabling that^ makes the problem go away, then follow this to make an issue on the C++ extension: https://github.com/microsoft/vscode-cpptools/issues/new/choose
The code with a problem is:
It looks like:
n/a
It should look like:
(not crash my editor)
this include goes nowhere: https://github.com/jeff-hykin/better-cpp-syntax/blob/9f87ed926789ca21f4800f286cf926dfee35baeb/syntaxes/cpp.tmLanguage.json#L7094
it looks like maybe it should go here but idk where that hash comes from: https://github.com/jeff-hykin/better-cpp-syntax/blob/9f87ed926789ca21f4800f286cf926dfee35baeb/syntaxes/cpp.tmLanguage.json#L2777