kristoff-it/superhtml
HTML Language Server & Templating Language Library
87ff3d537a0c852442e180137d9557711963802c
master
aa24df42183ad415d10bc0a33e6238c437fc0f59
67d2d89e351048c76fc6d161e0ac09d8a831dc60
57056571abcc6fe69fcb171c10b0c9e5962f53b0
WARNING SuperHTML currently only supports UTF8-encoded HTML and assumes HTML5 compliance (e.g. doesn't support XHTML, regardless of what you define the doctype to be).Diagnostics This language server is stricter than the HTML spec whenever it would prevent potential human errors from being reported. As an example, HTML allows for closing some tags implicitly. For example the following snippet is correct HTML. ```html