Skip to content

Commit 0c4b2f7

Browse files
authored
Merge pull request #54 from yuezk/patch-1
Add vim syntax support documentation
2 parents 674eb7b + 2ff7941 commit 0c4b2f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here's some ergonomic features you get for free that aren't present in JSX:
4141
- **No transpiler necessary**
4242
- HTML's optional quotes: `<div class=foo>`
4343
- Component end-tags: `<${Footer}>footer content<//>`
44-
- Syntax highlighting and language support via the [lit-html VSCode extension].
44+
- Syntax highlighting and language support via the [lit-html VSCode extension] and [vim-jsx-pretty plugin].
4545

4646
## Installation
4747

@@ -219,6 +219,7 @@ As of 2.0.0, `htm` is stable, well-tested and ready for production use.
219219
[lit-html]: https://github.com/Polymer/lit-html
220220
[babel-plugin-htm]: https://github.com/developit/htm/tree/master/packages/babel-plugin-htm
221221
[lit-html VSCode extension]: https://marketplace.visualstudio.com/items?itemName=bierner.lit-html
222+
[vim-jsx-pretty plugin]: https://github.com/MaxMEllon/vim-jsx-pretty
222223
[vhtml]: https://github.com/developit/vhtml
223224
[jsxobj]: https://github.com/developit/jsxobj
224225
[hyperscript]: https://github.com/hyperhype/hyperscript

0 commit comments

Comments
 (0)