-
Notifications
You must be signed in to change notification settings - Fork 518
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
Yuescript #1134
Comments
There are three things that are generally included in "support" for a particular language/interpreter:
There is moonscript plugin that implements 1 and 3. The debugging support is implemented using For syntax-highlighting someone can use the moonscript lexer and extend it to cover Yuescript syntax. The lexer can then be registered with It's also possible to package everything within one plugin (including the lexer) using I can help with any questions/issues that may arise, but you'd need to find someone to do and test this. |
Well, 1 is already implemented, I guess, it simply compiles to Lua. 2 is not so different from Moon, it supports just a handful of new features (implicit objects, pipes etc) 3 Is not so important (to me) |
To syntax-highlighting Yuescript files add this line in
and restart IDE |
@billboardsDAO, thank you for the suggestion! Also, you can drop |
Can we make this default? |
Pushed the change for it. @ShalokShalom, is that enough for you for now? |
Thanks a lot |
Hi @pkulchenko editor.specmap.conf = "css" |
What does this change? |
Yuescript is an extended and actively developed version of Moonscript
Is there any chance, to add support for it?
The text was updated successfully, but these errors were encountered: