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
Charles-Philippe Clermont edited this page Jan 20, 2021
·
6 revisions
Theme-Check is implemented as an LSP server. This means that it integrates pretty well with any editor that has an LSP Client.
For sublime, you can do this by integrating with the LSP plugin.
Installation
Install Package Control (should already be done)
Install theme-check (follow instuctions on the README)
Install the LSP package
Open the Command Palette (CMD+Shift+P)
Type Install, select "Package Control: Install Package"
Type LSP, select "LSP"
Configure the LSP plugin
Open the Command Palette (CMD+Shift+P)
Type LSP Settings, select "Preferences: LSP Settings"
In a terminal, figure out where theme-check-language-server is located.
$ which theme-check-language-server
Paste the following LSP client config into your LSP settings and replace $PATH_TO_THEME_CHECK_LIQUID_SERVER by your the output of the previous command.