We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f32599 commit 3d3a967Copy full SHA for 3d3a967
lib/main.js
@@ -9,7 +9,7 @@ const PYTHON_REGEX = /(([^\d\W]|[\u00A0-\uFFFF])[\w.\u00A0-\uFFFF]*)|\.$/;
9
10
class PythonLanguageClient extends AutoLanguageClient {
11
getGrammarScopes() {
12
- return ["source.python"];
+ return ["source.python", "python"];
13
}
14
15
getLanguageName() {
0 commit comments