Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fannheyward/coc-lit-html
- Owner: fannheyward
- License: mit
- Created: 2019-08-13T07:00:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T04:29:40.000Z (4 months ago)
- Last Synced: 2024-10-19T16:31:52.494Z (3 months ago)
- Topics: coc, coc-nvim, lit-html
- Language: TypeScript
- Size: 344 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)