theme-check icon indicating copy to clipboard operation
theme-check copied to clipboard

Support for Atom?

Open octipus opened this issue 3 years ago • 2 comments

any plans to support atom in the future? Thank you

octipus avatar Mar 02 '21 12:03 octipus

  • 1

driespieters avatar Mar 05 '21 12:03 driespieters

This is technically supported since Theme-Check is built using the Language Server Protocol. The VS Code extension is 105 lines of code and I would expect a similar extension for Atom to take about the same amount.

I'm not an Atom user, so I have no context on how to make an extension/plugin and integrate it. If someone does figure it out we would be happy to review it and add our official seal :)

Some breadcrumbs:

  • https://github.com/atom-community/atom-languageclient
  • https://github.com/Shopify/theme-check-vscode/blob/master/extension.js

The command line we need to integrate with is called theme-check-language-server

charlespwd avatar Mar 08 '21 15:03 charlespwd