dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.57k stars 1.44k forks source link

Add support for SuperHTML as a linter & fixer #4850

Open tkapias opened 2 weeks ago

tkapias commented 2 weeks ago

Name: SuperHTML URL: https://github.com/kristoff-it/superhtml

SuperHTML offers syntax checking and autoformatting features for HTML files. It can be used either directly from CLI or through a LSP client implementation. This language server is stricter than the HTML spec whenever it would prevent potential human errors from being reported.

It currently integrate with VSCode, NeoVIM, Helix and Flow Control. VIM can currently use it in a limited way with makeprg ant formatprg.