Replies: 2 comments
-
somebody parsed the markdown - https://gist.github.com/bollwyvl/7a128978b8ae89ab02bbd5b84d07a4b7 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't know if it would be worth the extra effort to write a parser to convert JSON to Vala objects. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ideally the spec would be in JSON or something, but according to microsoft/language-server-protocol#67 it's not yet there.
We would have to write the code generator in TS and run a typescript parser over this:
https://github.com/microsoft/vscode-languageserver-node/tree/master/protocol/src
Beta Was this translation helpful? Give feedback.
All reactions