-
Notifications
You must be signed in to change notification settings - Fork 12
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
Does not work on M1 #26
Comments
It's still bothering me, so I tried to digg a little deeper. I finally came to the conclusion that my issue does not have anything related to Apple M1, Sublime Text 4 or Python version. It seems there is an issue with the color scheme which makes this plugin fails on a fresh install : path = settings.get('color_scheme') or DEFAULT_COLOR_SCHEME
if not path.startswith('Packages/'):
path = 'Packages/Color Scheme - Default/' + path
self.path = path[8:] But as far as I understand, Sublime Text does not assume color scheme is loaded or stored in I tried to change some stuffs, commenting code, changing paths, but I'm not experimented enough to make it work properly (or pushing a PR) |
@loranger We can set So your solution is the best solution so far. |
Hi,
I went from Mac Intel to MBP M1 and my ColorHighlight pugin stopped working.
I can't figure out why, because I was already using ST4 and python3.
Does one of you was able to make it work under Apple M1 ?
The text was updated successfully, but these errors were encountered: