Skip to content

Commit ed3961a

Browse files
authored
docs: add Sublime Text client implementation details (#258)
1 parent 0623e91 commit ed3961a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- [Existing clients](language-server/existing-clients.md)
2020
- [Helix](language-server/helix.md)
2121
- [Neovim](language-server/neovim.md)
22+
- [Sublime Text](language-server/sublime-text.md)
2223
<!-- Sort alphabetically. Add new pages to existing-clients.md as well. -->
2324
- [Settings](language-server/settings.md)
2425

docs/src/language-server/existing-clients.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ these are editors with ready-configured clients, maintained by the community.
77

88
- [Helix](./helix.md)
99
- [Neovim](./neovim.md)
10+
- [Sublime Text](./sublime-text.md)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Sublime Text
2+
3+
Sublime Text has a [ready-to-use client implementation](https://github.com/sublimelsp/LSP-some-sass) maintained by the community.

0 commit comments

Comments
 (0)