Open Sainan opened 1 year ago
Might be related to #1408 although that's about "find symbol", but I suspect the root cause is the same.
C family hasn't been updated for a while, thus doesn't support most of the more modern language features right now.
Hi, this bug still exists. What's the ETA for it being fixed?
It will be fixed when someone who's a) anal about syntax highlighting, b) cares enough to learn Sublime's weird tmLanguage replacements, c) and cares about C/C++ decides they want to submit some PRs. 😀
It will be fixed when someone who's a) anal about syntax highlighting, b) cares enough to learn Sublime's weird tmLanguage replacements, c) and cares about C/C++ decides they want to submit some PRs. 😀
This is not so much about being "anal about syntax highlighting", but rather about Sublime not being able to find the symbols with F12, etc, which is a huge issue on larger codebases: https://github.com/sublimehq/Packages/issues/1408
To put it more generally: Someone who cares about Sublime Text being able to accurately classify code.