We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663934c commit d21b706Copy full SHA for d21b706
packages/common/src/scopeSupportFacets/getLanguageScopeSupport.ts
@@ -20,7 +20,7 @@ export function getLanguageScopeSupport(
20
case "javascript":
21
return javascriptScopeSupport;
22
case "json":
23
- return jsonScopeSupport
+ return jsonScopeSupport;
24
case "lua":
25
return luaScopeSupport;
26
case "python":
@@ -31,7 +31,6 @@ export function getLanguageScopeSupport(
31
return talonScopeSupport;
32
case "typescript":
33
return typescriptScopeSupport;
34
-
35
}
36
throw Error(`Unsupported language: '${languageId}'`);
37
0 commit comments