-
Notifications
You must be signed in to change notification settings - Fork 9
builds fail when installing through package control #13
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
Comments
What platform are you on? Does restarting Sublime and running "JS Custom: Rebuild Syntaxes" fix the problem? |
@Thom1729 get the same result when restarting sublime and running "Rebuild Syntaxes" Sublime 3 on macOS Sierra |
I'm not quite sure what's going on there, but I've released v1.0.7, which should resolve it. (It might take an hour or so for Package Control to pick it up.) Please let me know if this does not fix the problem! |
I'll try EOD today and let you know, thanks! |
@eballeste Any luck? |
Your JS Custom syntaxes are listed under The Styled Components syntax only exists to support the new |
Was hoping to get better Flow -syntax highlighting compared to
... The final line points to the "YAMLMacros" -package that happened to be available via Package Control so I tried installing it, but that didn't work (as might be expected). I'm using SublimeText
|
My bad! 1.0.16 uses the OutputPanel from sublime_lib, but I wasn't constructing it correctly. As a result, it would break if the panel didn't already exist. Because it existed in my session, I did not notice the error. 1.0.17 is out with a fix. It should be available through Package Control within an hour or so. |
Thanks @Thom1729 - It's working 👍 However I don't think my personal situation got any better - Arrow functions and/or stuff inside angle brackets will still cause syntax highlighting to go haywire. An example:
^ From this line onward the highlighting will malfunction. This is the subject matter of different issue tho. 😸 |
This is issue #29. I've just released version 1.0.18, which handles simple return type declarations. |
The build is failing and throwing this error - build() missing 1 required positional argument: 'error_highlighter' |
Uh oh!
There was an error while loading. Please reload this page.
(file paths edited, replaced with ~)
same error on both builds
The text was updated successfully, but these errors were encountered: