You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have really liked NEdit for something like 25 years. I love that xnedit finally solves the "but no Unicode" problem and I can still build it in 21 seconds and it's 1.6 MB and starts up instantly.
But I also really like this newfangled Language Server Protocol idea. Factor language-sensitive support out into an external process with a standard protocol. A bunch of future issues for "please add highlighting for language X" could turn into "look, there's already language server support for language X".
It wouldn't be worth it if xnedit would have to stop being small and nimble. But if it could be added without too much bloat? That could be really cool.
I have really liked NEdit for something like 25 years. I love that xnedit finally solves the "but no Unicode" problem and I can still build it in 21 seconds and it's 1.6 MB and starts up instantly.
But I also really like this newfangled Language Server Protocol idea. Factor language-sensitive support out into an external process with a standard protocol. A bunch of future issues for "please add highlighting for language X" could turn into "look, there's already language server support for language X".
It wouldn't be worth it if xnedit would have to stop being small and nimble. But if it could be added without too much bloat? That could be really cool.
It looks like
vim8
andneovim
have already taken the plunge.The text was updated successfully, but these errors were encountered: