Hello. The Zed editor allows using this as an LSP (relevant docs). When using it with html files that have style tags/attributes, the error TypeError: Cannot read properties of null (reading 'validProperties') is thrown by the LSP. I've documented steps to recreate the issue (in Zed), a full log and workaround fix here. Other Neovim users have also faced this issue and used similar workarounds:
Hello. The Zed editor allows using this as an LSP (relevant docs). When using it with html files that have style tags/attributes, the error
TypeError: Cannot read properties of null (reading 'validProperties')is thrown by the LSP. I've documented steps to recreate the issue (in Zed), a full log and workaround fix here. Other Neovim users have also faced this issue and used similar workarounds: