SharkJ
SharkJ

Reputation: 59

How do I add new language support to eclipse che

I'm quite new to eclipse che, and I'm currently trying to figure out how to add a new language support to che. Can anybody help?

Upvotes: 0

Views: 134

Answers (1)

blitz
blitz

Reputation: 11

You can check https://www.eclipse.org/che/docs/language-servers.html on how to add support for a new language server.

In Che a language server is used to provide all the language functionalities such as syntax highlighting, autocompletions etc.

If might also want to create a stack with the required toolchain to compile source code written in your new language.

Upvotes: 1

Related Questions