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 could not seem to find a way to get a list of the languages that MonacoFX has syntax highlighting and code folding for.
I'd like to include a list of supported languages in my application so it would be nice to be able to get that list from the library along with the file extensions that can be used with getEditor().getDocument().setLanguage() method.
Is this currently possible with MonacoFX? If so, how do I do it?
Thank you,
Mike
The text was updated successfully, but these errors were encountered:
I could not seem to find a way to get a list of the languages that MonacoFX has syntax highlighting and code folding for.
I'd like to include a list of supported languages in my application so it would be nice to be able to get that list from the library along with the file extensions that can be used with
getEditor().getDocument().setLanguage()
method.Is this currently possible with MonacoFX? If so, how do I do it?
Thank you,
Mike
The text was updated successfully, but these errors were encountered: