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
{{ message }}
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
Charles-Philippe Clermont edited this page Jan 25, 2021
·
4 revisions
theme-check-language-server is a server that follows the Language Server Protocol popularized and developed by Microsoft.
This means that it technically fits any editor that implements an LSP Client.
Therefore, if your editor is not in the list of editors, what you need to do is figure out the glue code necessary for your editor to start and communicate with theme-check-language-server via the LSP protocol.
For instance, the following pieces of docs were used to develop the integrations with vim and VSCode:
Your favourite editor probably has something similar. Search for "$MY_EDITOR LSP client plugin" in your favourite search engine, implement it and show us how you did it! PRs welcome!