idyll icon indicating copy to clipboard operation
idyll copied to clipboard

Request for VIM syntax highlighting

Open arjunv27 opened this issue 6 years ago • 4 comments
trafficstars

Or perhaps a language server implementation will kill multiple birds with one stone

arjunv27 avatar Dec 27 '18 22:12 arjunv27

Hey @arjunv27,

@rreusser set up basic VIM support here, although it looks like it needs to be updated to match .idyll files instead of .idl.

I'm open to the idea of a language server implementation, do you have any more info on that?

mathisonian avatar Jan 02 '19 21:01 mathisonian

It was really mostly just markdown highlighting since I was struggling to understand how to extend it. Unfortunately my version won't be a slam dunk!

rreusser avatar Jan 02 '19 22:01 rreusser

After looking into this a bit more, AFAICT it seems like the language server protocol doesn't support syntax highlighting, although there are several ongoing discussions (see https://github.com/Microsoft/language-server-protocol/issues/682 and https://github.com/microsoft/language-server-protocol/issues/513), so it looks like we'll have to continue doing one-off plugins for various editors.

mathisonian avatar Jun 07 '19 15:06 mathisonian