Skip to content

Commit b66f8a5

Browse files
committed
nuke outdated ST3 settings
1 parent 3261b3b commit b66f8a5

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,7 @@ The project builts on top of the standard [LSP client configuration](https://lsp
155155
// selectors to match the files that the language server
156156
// is responsible for
157157
"selector": "source.python",
158-
// ST3
159-
"languages": [
160-
{
161-
"languageId": "python",
162-
"scopes": [
163-
"source.python"
164-
],
165-
"syntaxes": [
166-
"Packages/Python/Python.sublime-syntax"
167-
],
168-
}
169-
],
158+
170159

171160

172161
// a set of settings/config that will be sent to the language server

0 commit comments

Comments
 (0)