-
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
Incompatible with ST3 Build 3103 #89
Comments
Confirming that also have an issue with latest Sublime build 3103. Cheers. |
+1 |
Also having issues, seems to work if you uninstall then reinstall. But once you close and re-open Sublime it breaks again... |
I just reinstalled, and it works. It also works after a sublime restart, so not sure why it doesn't for you @djekl |
@GC-Mark Open a new window, then a project. It wont work then. I will see if I can get an example made up |
@djekl just tried that, still works 😕 |
I only get 30 seconds on cloudy, so before I took the video I removed the package, and then installed it again. Closed all Sublime and it works as before. Then the video was started and you will see the issue cc:// @GC-Mark |
Don't know if it makes a difference, but im using a different project switcher - https://github.com/randy3k/Project-Manager P.S. What theme are you using, it looks awesome! |
+1 Broke when I upgraded my Sublime version to this new build. Not sure why, but I think it's a small issue to be looked into. |
@GC-Mark The theme I am using is called Material Theme. It has some bugs with regards to padding, but they are explained in the readme. Here is my sublime settings file - https://gist.github.com/djekl/8eca76509c7d7915cc14 |
Looks like they did not roll these out to the dev channel so I missed this before release. For now, use the dev release of 3102 as a workaround until I can get this fixed. |
I had this issue too, and rolled back to 3102 as suggested. I'm now getting this weird issue whereby if you put @if () statements inside attributes, then it breaks the rest of the display. See my screenshot. It didn't used to do this, it would just highlight everything in the attribute as yellow. |
Reinstalling the package helped. Can't say yet whether issues will crop back up. |
Tried removing and reinstalling the package but it didn't fix it. Downgraded to 3102 for now, will wait :) |
Uninstall That worked ok for me. |
Incompatible with ST3 Build 3103 +1 |
The same issue also with me |
same problem. |
Works fine for me; initially it didn't, so Iuninstalled and reinstalled with no success before realising that ST had lost all its syntax associations. So View > Syntax > Open all with current extension as and I was back in business. |
This worked for me, too! Thanks, @Skintillion! |
Following @Skintillion instructions I am able to see my mark up nicely, however the javascript in the section at the bottom of my template now has zero highlighting whatsoever, not sure if this was always the case. |
Basic highlighting is working for me now. However when using conditionals it breaks the rest of the highlighting. See my screenshot. This was working before.
|
As @stulogy said, I have same problem |
@ryanmortier it doesn't work when your conditional starts within a HTML element
|
Oops, sorry I didn't see your comment before I deleted mine or I wouldn't have deleted my comment. Yes you're correct, using it inside an HTML attribute breaks for me too. |
It works for me within an HTML element, but does not work for me within the quoted part of an attribute. Works
Does Not Work
|
Agreed. I think it’s the @ symbols that are throwing off the highlighter. Before this was never a problem, possibly because it ignored @ symbols. On Feb 11, 2016, at 3:13 PM, Cody Mercer [email protected] wrote:
|
I just created a pull request that hacks a fix for this issue. See #92 |
For me it has problems with the vuejs line Also if you use v-on:click instead of @click it works ok. |
@Skintillion 👍 Thanks. |
Just confirming - Dev build 3107 has not solved the issue even after a fresh install. Strange how inconsistent this seems to be, none of the aforementioned fixes have solved the issue on my end. |
I had this issue and I did what some others have done which is reinstalling the package and it seems to work so far for me. |
Hey there,
could you please update the packages.json to make this work with build 3103 again?
Thanks!
The text was updated successfully, but these errors were encountered: