diff --git a/README.md b/README.md index 6763017..ce5d60a 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ const html = htm.bind(React.createElement); import { html, render } from 'https://unpkg.com/htm/preact/standalone.module.js' ``` +### Editor Integration +- **VSCode** - [lit-html](https://marketplace.visualstudio.com/items?itemName=bierner.lit-html) can be used to provide basic syntax highlighting +- **Formatting** - Setup Prettier on your editor to help with formatting + ## Usage If you're using Preact or React, we've included off-the-shelf bindings to make your life easier.