docs: use LSP for SublimeText 4 (#3913)

This commit is contained in:
Shreya Agarwal 2023-10-02 20:05:57 +05:30 committed by GitHub
parent 1b08cbc634
commit 9e9fdce9a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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