File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -757,25 +757,8 @@ There are multiple options:
757
757
` ` `
758
758
759
759
# ## Herb
760
- 1. Install the ` herb-language-server` package (see [github:marcoroth/herb](https://github.com/marcoroth/herb))
761
760
762
- ` ` ` sh
763
- npm install -g @herb-tools/language-server
764
- ` ` `
765
-
766
- 2. Open ` Preferences > Package Settings > LSP > Settings` and add the ` " herb" ` client configuration to the ` " clients" ` :
767
-
768
- ` ` ` jsonc
769
- {
770
- " clients" : {
771
- " herb" : {
772
- " enabled" : true,
773
- " command" : [" herb-language-server" , " --stdio" ],
774
- " selector" : " text.html.rails"
775
- }
776
- }
777
- }
778
- ` ` `
761
+ Follow installation instructions on [Herb Language Server](https://herb-tools.dev/projects/language-server#sublime-text-using-sublime-lsp).
779
762
780
763
# # Rust
781
764
You can’t perform that action at this time.
0 commit comments