DEV Community

Discussion on: Who's looking for open source contributors? (May 7 edition)

Collapse
 
tbodt profile image
tbodt

I made a JavaScript language server using ESLint and Tern. I use it in Vim, but it should work in any editor. github.com/tbodt/js-langserver

Collapse
 
yorodm profile image
Yoandy Rodriguez Martinez

Care if I make an Emacs mode out of it? :D

Collapse
 
tbodt profile image
tbodt

Go right ahead! It probably already works with lsp-mode, but hell why not.

Thread Thread
 
yorodm profile image
Yoandy Rodriguez Martinez

No need, it work's fine with lsp-mode. Great stuff!!