Skip to content

Commit

Permalink
docs: add Sublime Text client implementation details (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy authored Oct 29, 2024
1 parent 0623e91 commit ed3961a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- [Existing clients](language-server/existing-clients.md)
- [Helix](language-server/helix.md)
- [Neovim](language-server/neovim.md)
- [Sublime Text](language-server/sublime-text.md)
<!-- Sort alphabetically. Add new pages to existing-clients.md as well. -->
- [Settings](language-server/settings.md)

Expand Down
1 change: 1 addition & 0 deletions docs/src/language-server/existing-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ these are editors with ready-configured clients, maintained by the community.

- [Helix](./helix.md)
- [Neovim](./neovim.md)
- [Sublime Text](./sublime-text.md)
3 changes: 3 additions & 0 deletions docs/src/language-server/sublime-text.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Sublime Text

Sublime Text has a [ready-to-use client implementation](https://github.com/sublimelsp/LSP-some-sass) maintained by the community.

0 comments on commit ed3961a

Please sign in to comment.