I am going to create a language server which is pretty similar to javascript.
Is there a way to reuse an existing javascript server for highlighting, auto complete, syntax error, etc?
What I am looking for is to extend javascript
language server and provide extra keywords, syntax highlighting, auto complete, etc.
Asked
Active
Viewed 614 times
6

Gama11
- 31,714
- 9
- 78
- 100

Joey Yi Zhao
- 37,514
- 71
- 268
- 523
-
1Possible duplicate of [Can I Extend an Existing Colorizer or Language in VS Code](https://stackoverflow.com/questions/38404182/can-i-extend-an-existing-colorizer-or-language-in-vs-code) and [Visual Studio Code Language Extension Inherit Existing](https://stackoverflow.com/q/51434014/62576) – Ken White Sep 05 '18 at 23:52