Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fannheyward/coc-lit-html

coc.nvim extension that provides lit-html support with typescript-lit-html-plugin
https://github.com/fannheyward/coc-lit-html

coc coc-nvim lit-html

Last synced: 2 months ago
JSON representation

coc.nvim extension that provides lit-html support with typescript-lit-html-plugin

Awesome Lists containing this project

README

        

# coc-lit-html

lit-html extension for coc.nvim, ported from [vscode-lit-html](https://github.com/mjbvz/vscode-lit-html).

## Install

`:CocInstall coc-lit-html`

## Configuration

- `lit-html.tags`: custom tag names, defaults `['html', 'raw']`
- `lit-html.format.enabled`: enable formatting for HTML template, defaults `true`

## License

MIT

---
> This extension is created by [create-coc-extension](https://github.com/fannheyward/create-coc-extension)