Skip to content

Commit 3d3a967

Browse files
committed
Fix compatibility with tree-sitter grammar
1 parent 5f32599 commit 3d3a967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const PYTHON_REGEX = /(([^\d\W]|[\u00A0-\uFFFF])[\w.\u00A0-\uFFFF]*)|\.$/;
99

1010
class PythonLanguageClient extends AutoLanguageClient {
1111
getGrammarScopes() {
12-
return ["source.python"];
12+
return ["source.python", "python"];
1313
}
1414

1515
getLanguageName() {

0 commit comments

Comments
 (0)