-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Add a Vue example #416
Comments
I think we can pay attention to language-tools(volar). |
Hi @RSS1102 can you be more specific? |
This is my personal understanding:
https://github.com/Kingwl/monaco-volar ,
But I don't have enough understanding to implement it yet. But I am still working hard. |
My understanding is that volar helps to ease building languageservers / languageclient. What we gain with |
Yes, so maybe it's just a need for vue-language-configuration.json,i think. |
Yes that and a textmate grammar. That is what we load for the Langium Statemachine DSL as well: https://github.com/TypeFox/monaco-languageclient/blob/main/packages/examples/src/langium/statemachineClient.ts#L77-L78 It is basically done for every default language extension you can import. |
Okay, thank you. I'll give it a try this weekend. |
Should we add a Vue client to the examples?
It should only be integrated into this repository if it does not bring a ton of dependencies (like Angular) and fits the overall dev approach with vite. But with VueI am positive it will work. Otherwise, it could live in an external repo.
The text was updated successfully, but these errors were encountered: