My system just upgraded to ST4 and now the Ruby syntax highlighting is giving me lots of problems. Here is a simple example:
This was taken from safe mode to make sure it wasn’t a plugin or setting causing it. Any idea how to get this fixed?
ST4 Ruby syntax highlighting pukes on << operator
bwil
#1
0 Likes
bschaaf
#2
Your best bet would be to file an issue on the packages repository: https://github.com/sublimehq/Packages
0 Likes
milkman
#3
I can reproduce this, its evaluated as heredoc (as info when you create the issue when there is no whitespace after <<.
Also, could you please add further examples of problematic situations in the github issue? I am an every day Ruby dev with ST4 since the beta started and didn’t notice any issues. Thanks!
Edit: https://github.com/sublimehq/Packages/issues/2839 @deathaxe created the issue
0 Likes