-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken with SublimeText 4 ? #25
Comments
same here, back in ST3 works perfectly |
I am seeing this problem too. Selecting Preferences / "Color Scheme" / "auto" and then "mariana" seem to be a workaround, but only for the current file. I guess the problem is with the colour scheme. |
Hey all, TL;DR the LinkedData package is setting the color_scheme and overriding the global color scheme. One workaround is going to |
The colors being broken in ST4 is actually due to a bug in ST3 that was initially discovered when I opened an issue here and eventually led to this bug report. Unfortunately it is going to require completely redoing the color schemes for it to look right in ST4. We can keep this issue open until such a fix is implemented for ST4. As for overriding the syntax settings, this was done intentionally because this package creates super specific scopes and requires special color schemes to work properly, for example see this comment. |
Thanks @griffin-rickle - this is a good workaround. |
@paulwalk The workaround works for now, but the whole point of the package is subverted; i.e. the granularity of highlighting subject, predicate, and object, datatype specifications, strings vs IRIs, etc with a custom color scheme is nowhere near as good as what you get with the color scheme this repo.
You are absolutely correct. I attempted to take a look at the code and stop the forcing of a color scheme, but I see this is not the right way to go about it. I would like to help, but unfortunately I'm very new to the world of Sublime Text color scheme definitions and not a JavaScript coder by any means (that doesn't mean I'm not willing to learn). What's the first step to fixing the issue? |
Color schemes for ST4 fixed in new release!! v1.0.0 now available for install/update on PackageControl |
Alleluïa, updated ST4 Ubuntu package, and Turtle syntax highlight is back to normal. You made my day ! |
Most excellent. Works perfectly again. Thank you! |
confirmed - working perfectly now - thanks! |
works great for me too! Thanks! |
Ubuntu recently updated my SublimeText package and LinkedData package is not working anymore.
SublimeText build = 4107
Anytthing special I need to do ?
Thanks !
The text was updated successfully, but these errors were encountered: