File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -705,6 +705,27 @@ There are multiple options:
705
705
}
706
706
` ` `
707
707
708
+ # ## Herb
709
+ 1. Install the ` herb-language-server` package (see [github:marcoroth/herb](https://github.com/marcoroth/herb))
710
+
711
+ ` ` ` sh
712
+ npm install -g @herb-tools/language-server
713
+ ` ` `
714
+
715
+ 2. Open ` Preferences > Package Settings > LSP > Settings` and add the ` " herb" ` client configuration to the ` " clients" ` :
716
+
717
+ ` ` ` jsonc
718
+ {
719
+ " clients" : {
720
+ " herb" : {
721
+ " enabled" : true,
722
+ " command" : [" herb-language-server" , " --stdio" ],
723
+ " selector" : " text.html.rails"
724
+ }
725
+ }
726
+ }
727
+ ` ` `
728
+
708
729
# # Rust
709
730
710
731
Follow installation instructions on [LSP-rust-analyzer](https://github.com/sublimelsp/LSP-rust-analyzer).
You can’t perform that action at this time.
0 commit comments