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
Hello,
I've installed this Skript extension, which is very good to write code in Skript and everything was okay, until I opened a .py file. There was no colors in my Python program although my python extension was enabled. Actually, the colors came back when I disabled the Skript VSC extension...
I also tested to open a C program, and it seems that the Skript VSC extension does disable all coloration for all other languages except Skript. It means that you want to disable the extension when you want to write code in another language.
I'm running VSCode 1.52.1 on Mac OS X 10.11
The text was updated successfully, but these errors were encountered:
This package only aims to support syntax highlighting for Skript codes however, it shall not break other syntax highlightings for other languages.
Due to how syntax highlighting works and how to support keywords and languages it was not easy to keep the support for all other languages, the temporary fix was pretty simple but annoying, you just need to change the theme of your VSC to any other theme that is not part of Sk-VSC when using other languages and when you want to work with skript again you will need to choose Sk-VSC theme again.
I had that feature support on my do-to list and it is time to work on it, hopefully I can fix it very soon.
Glad you like this and hope you keep using it and give suggestions and report issues if found.
Hello,
I've installed this Skript extension, which is very good to write code in Skript and everything was okay, until I opened a .py file. There was no colors in my Python program although my python extension was enabled. Actually, the colors came back when I disabled the Skript VSC extension...
I also tested to open a C program, and it seems that the Skript VSC extension does disable all coloration for all other languages except Skript. It means that you want to disable the extension when you want to write code in another language.
I'm running VSCode 1.52.1 on Mac OS X 10.11
The text was updated successfully, but these errors were encountered: