From 2b7b82e726c023c09b5db9c2911f77727183fa67 Mon Sep 17 00:00:00 2001 From: reaper Date: Mon, 18 Dec 2023 22:48:54 +0530 Subject: [PATCH] docs: add editor integration section in Installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.