-
Notifications
You must be signed in to change notification settings - Fork 34
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
Error loading syntax file "Package/Julia/Julia.sublime-syntax" #123
Comments
Hi, it probably is related to #122 yes, sorry to see this happening. Do you have an exemple of .jl file that produces this bug ? |
I'm also getting an error
None of the julia files now have syntax coloring. Here's an example file. |
I did a quick peek. It seems that you have added |
Removing <--<--> from symb_op_unicode in Julia.sublime-syntax fixes the issue for me. I had to update Julia.sublime-package after modifying Julia.sublime-syntax inside of it and then restart Sublime-text (in case it helps other users while you guys fix this). Thanks for the package, works great! |
Sorry for this, I've published a new release with a fix: https://github.com/JuliaEditorSupport/Julia-sublime/releases/tag/v1.0.11. Let me know if all is ok now. |
All is now well. Thank you! |
May have spoken too soon. The 'Jump to Matching Bracket' function seems broken. Position the cursor at the last parenthesis in the If I recall, the Matching Bracket functioned correctly before.
|
Jumping correctly works here ... |
I'm getting syntax error with Julia files.
Is this related to recent update?
The text was updated successfully, but these errors were encountered: