pushup icon indicating copy to clipboard operation
pushup copied to clipboard

Implement a LSP server so Visual Studio Code and nvim and others can have syntax highlighting

Open paulsmith opened this issue 3 years ago • 2 comments

This doesn't need to implement all the Language Server Protocol capabilities to be useful. I think just having code completion and syntax highlighting would be 95% of what we would want.

paulsmith avatar Aug 15 '22 13:08 paulsmith

References:

paulsmith avatar Aug 15 '22 19:08 paulsmith

Will need to make the Pushup parser more error-tolerant, since most changes will leave the current document in a broken state.

paulsmith avatar Aug 15 '22 19:08 paulsmith