Skip to content

Start language server for .langium grammar files #1588

Answered by msujew
borisbrodski asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @borisbrodski,

you would need to extract the main.js from the vscode extension (or build it from scratch) and run the file using node main.js --stdio and connect the stdio with the language client. No idea how that works in NeoVim though. We just use the vscode-languageclient to get the support for VS Code.

Also, does NeoVim support textmate based syntax highlighting? We make heavy use of that to get the syntax highlighting in VS Code.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by msujew
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants