File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -717,6 +717,24 @@ Follow installation instructions on [LSP-tailwindcss](https://github.com/sublime
717
717
718
718
Follow installation instructions on [LSP-terraform](https://github.com/sublimelsp/LSP-terraform).
719
719
720
+ # # Toit
721
+
722
+ 1. Install the [Toit](https://packagecontrol.io/packages/Toit) package from Package Control for syntax highlighting.
723
+ 2. Install the [Jaguar Language Server](https://github.com/toitlang/jaguar).
724
+ 3. Open ` Preferences > Package Settings > LSP > Settings` and add the ` " jag" ` client configuration to the ` " clients" ` :
725
+
726
+ ` ` ` jsonc
727
+ {
728
+ " clients" : {
729
+ " jag" : {
730
+ " enabled" : true,
731
+ " command" : [" jag" " lsp" ],
732
+ " selector" : " source.toit"
733
+ }
734
+ }
735
+ }
736
+ ` ` `
737
+
720
738
# # TypeScript
721
739
722
740
See [Javascript/TypeScript](# javascripttypescript).
You can’t perform that action at this time.
0 commit comments