LSP-html
HTML support for Sublime's LSP plugin
Details
Installs
- Total 9K
- Win 3K
- Mac 3K
- Linux 3K
Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 6 | 2 | 1 | 4 | 5 | 6 | 3 | 2 | 5 | 2 | 2 | 5 | 7 | 5 | 8 | 2 | 3 | 3 | 6 | 6 | 3 | 6 | 3 | 2 | 0 | 3 | 3 | 5 | 6 | 4 | 6 | 4 | 9 | 6 | 5 | 2 | 3 | 6 | 0 | 4 | 6 | 2 | 6 | 2 |
Mac | 0 | 4 | 2 | 4 | 1 | 0 | 2 | 1 | 1 | 1 | 3 | 2 | 3 | 6 | 5 | 2 | 3 | 3 | 0 | 1 | 1 | 4 | 5 | 5 | 3 | 4 | 1 | 4 | 4 | 6 | 3 | 5 | 3 | 6 | 9 | 6 | 4 | 4 | 1 | 1 | 4 | 3 | 3 | 2 | 2 | 8 |
Linux | 3 | 1 | 4 | 2 | 2 | 6 | 6 | 3 | 2 | 9 | 3 | 2 | 3 | 6 | 2 | 6 | 1 | 1 | 3 | 2 | 8 | 5 | 2 | 2 | 3 | 5 | 6 | 3 | 5 | 7 | 2 | 3 | 1 | 4 | 6 | 7 | 5 | 6 | 1 | 2 | 4 | 9 | 2 | 1 | 4 | 1 |
Readme
- Source
- raw.githubusercontent.com
LSP-html
HTML support for Sublime's LSP plugin provided through VS Code's HTML language server extension.
Installation
- Install LSP and
LSP-html
from Package Control. - Restart Sublime.
Configuration
There are some ways to configure the package and the language server.
- From
Preferences > Package Settings > LSP > Servers > LSP-html
- From the command palette
Preferences: LSP-html Settings
FAQs
- The server exited with status code 1.
It's probably that the node
executable on your system is outdated.
This plugin requires v14 as of version 1.2.4.
If your OS is incapable of using Node v14 like Windows 7, you can
- either download and use 1.2.3 manually.
- or if you want to try the hard way, you can use Node v14 on Windows 7 on your own risk. See https://github.com/nodejs/node/issues/33000#issuecomment-644530517.