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
Hi -- I recognize as I type this that you may consider it well outside the scope of your project, but I felt it worth mentioning.
I use your plugin within PhpStorm to color ASP code. For it to work at all, I have to tell PhpStorm to not recognize .asp files -- otherwise it will override your plugin with its own (very) limited understanding of ASP.
But running your plugin, ASP is highlighted, but HTML is not, because I turned off PhpStorm's recognition and your plugin alone doesn't highlight HTML. So... I also downloaded the TextMate HTML plugin ( https://github.com/textmate/html.tmbundle ). It appears the two do not play well together. Some sort of collision in the plugins' attempts to recognize the code., and it all basically comes out semi-monocolored.
I would love to see the two cooperating in PhpStorm.
If you're at all interested in fixing this I can walk you through steps to duplicate the setup.
Hi -- I recognize as I type this that you may consider it well outside the scope of your project, but I felt it worth mentioning.
I use your plugin within PhpStorm to color ASP code. For it to work at all, I have to tell PhpStorm to not recognize .asp files -- otherwise it will override your plugin with its own (very) limited understanding of ASP.
But running your plugin, ASP is highlighted, but HTML is not, because I turned off PhpStorm's recognition and your plugin alone doesn't highlight HTML. So... I also downloaded the TextMate HTML plugin ( https://github.com/textmate/html.tmbundle ). It appears the two do not play well together. Some sort of collision in the plugins' attempts to recognize the code., and it all basically comes out semi-monocolored.
I would love to see the two cooperating in PhpStorm.
If you're at all interested in fixing this I can walk you through steps to duplicate the setup.
Edit: actually, here is exactly how to do it:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/207077405/comments/204029510
The text was updated successfully, but these errors were encountered: