-
Notifications
You must be signed in to change notification settings - Fork 105
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
Highlighting breaks on latest Sublime 3 #76
Comments
That is a development build that changes syntax highlighting. I am still testing and working out fixes for it. For now you can download the latest stable 3083 and it works just fine. |
Thanks for the feedback! I'll leave this issue open, and feel free to close it when you get to the fix. |
@heitorsilva Can you provide more details on exactly what is breaking with the blade highlighter? |
The problem seems to be that the highlighter starts off in the context of blade syntax as opposed to defaulting to HTML. |
@Medalink, this is how it is right now: |
Sublime was updated to 3093 today, and laravel-blade is still broken for me... |
Grammars should now be looking to use the new |
I believe the main cause for this is that the php scope changed from A bunch of packages have had issues with this lately. https://github.com/equinusocio/material-theme/blob/master/prefs/icon_php.tmPreferences |
Alright I just pushed 711179b, this is a complete re-write with the new .sublime-syntax. Please test and leave feedback. Uninstall the package control version and use the manual install for now until we hit the stable release. |
Also note that colors changed qutie a bit. I need feedback here on how it's working with your theme. Thanks! |
Nice! Using a slightly customized Twilight scheme, blade controls seems to blend in a bit too much with the colour of HTML tags. http://i.imgur.com/etoSLPP.png I think it's because both are "entity.name.tag". |
@anlutro yeah they may blend a little much. I am trying out a few themes like Material and it matches well here: http://i.imgur.com/j14VzJ2.jpg?1 The @ symbol is supposed to be a different color than the compiler name but some themes do not highlight some of the meta tags. |
It's a little bit different from past version, but it's looking great now: I'm using Sublime Text 3 (3094). Thanks @Medalink |
I see that most of the themes do make That being said, I think |
Can you tag this so that Package Control upgrades? |
@jbrooksuk I will shortly. I want to make sure in the re-write I did not miss anything and it works correctly. |
#79 then ;) |
@jbrooksuk I went ahead and pushed the pre-release to the ST3 dev builds only. I will check out the other issue, thanks. |
I have the same problem as rafal-netblink, but it doesn't seem to matter if there is a bracket. Looks like custom blade tags like
are closing or opening some HTML syntax |
I made a new version; https://github.com/jbrooksuk/Sublime-Blade |
Works great, thanks James! It seems Sublime doesn't know about the new package yet, so for those who install directly from a repository for the first time, like me - go to Command Palette (ctrl+shift+p on Windows) and find "Package Controll -> Add Repository". Enter the URL James posted and then install the package as you normally would. |
@jbrooksuk why don't you join this project as a maintainer instead of forking into another one? It's true that right now I do not have time to fully maintain the project so I am just accepting PR's but I could sure use the help to get the base plugin updated. We can work together as a community to drive this project forward. |
Sure. Give me access and I'll contribute back. You were moving too slowly for me to warrant making pull requests, that's not your fault of course :) |
This issue has been resolved. |
Today, I was going to work and my Blade Highlighting broke after getting version 3092 of Sublime Text 3. My color scheme is called IR_Black.
Why is this is happening?
The text was updated successfully, but these errors were encountered: