/coc-lit-html

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

Primary LanguageTypeScriptMIT LicenseMIT

coc-lit-html

lit-html extension for coc.nvim, ported from 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