-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Why the color is different from before? #58
Comments
Sorry about that, I'll look into it and see what happened. |
+1 for php highlighting |
Yeah it shouldn't have changed. I'll revert whatever caused the issue. |
Package Control has upgraded Monokai Extended to 2015.12.29.22.12.53 the syntax is still not fixed |
+1 for Python syntax highlight |
Package Control: Upgraded Monokai Extended to 2016.01.31.22.05.34 It seems the problem is solved. thx! |
According to the latest merged pull request, the version installed must have fixed the issue: I suggest you doublecheck your settings. |
Thanks! I realized I was using the automatically converted Monokai Extended from Sublime Linter instead, which doesn't get updated automatically. I simply had to select a color scheme from Monokai Extended ones and Sublime Linter overwrote the old one. |
I'm going to close since it sounds like this is fixed. However, we can reopen if others report that it's not. thanks for the feedback |
PHP syntax highlighting still looks like it's broken to me. |
Still? Or as a result of #62? |
I just checked against build 3103 back to 3095 and it is still messed up. It's broken until back to commit e99726e which was ok. |
ok good to know, thanks for the detail |
This is still an issue, at least for PHP. There are several issues. One is that, from what I understand, the theme is generated from the In a later pull request my changes were overwritten, as I think many other changes were, see #52 That pull request says "adds support for ~~ strike-through text" but look at the massive changes it made. It changed all kinds of things. For example, any previous changes that didn't use the JSON file to generate the theme were lost. Look at the JSON files modifications in that pull request, they only add changes to the markup strikout, e.g.:
Then look at the changes to the Am I correct in thinking that is what caused the issue? |
Yesterday, when I'm coding, I found the color is changed. It's a unexpected change.
The text was updated successfully, but these errors were encountered: