Skip to content

Commit

Permalink
docs: use LSP for SublimeText 4 (#3913)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreya-7 committed Oct 2, 2023
1 parent 1b08cbc commit 9e9fdce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/integrations/editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,10 @@ close and reopen your File, _Black_ will be done with its job.
server for Black. Formatting is much more responsive using this extension, **but the
minimum supported version of Black is 22.3.0**.

## SublimeText 3
## SublimeText

Use [sublack plugin](https://github.com/jgirardet/sublack).
For SublimeText 3, use [sublack plugin](https://github.com/jgirardet/sublack). For
higher versions, it is recommended to use [LSP](#python-lsp-server) as documented below.

## Python LSP Server

Expand Down

0 comments on commit 9e9fdce

Please sign in to comment.