You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use MagicPython and GitSavvy and noted that the syntax highlighting fails to work in some instances. @stoivo said at timbrel/GitSavvy/pull/661
The reason why magicpython isn't working because it uses the old version of sublime syntax files. MagicPython is using .tmLanguage while GitSavvy only checks for '.sublime-syntax`.
It is quite easy to fix for MagicPython if they want to. (You can create and issue)