Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Mar 20, 2024
1 parent 663934c commit d21b706
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function getLanguageScopeSupport(
case "javascript":
return javascriptScopeSupport;
case "json":
return jsonScopeSupport
return jsonScopeSupport;
case "lua":
return luaScopeSupport;
case "python":
Expand All @@ -31,7 +31,6 @@ export function getLanguageScopeSupport(
return talonScopeSupport;
case "typescript":
return typescriptScopeSupport;

}
throw Error(`Unsupported language: '${languageId}'`);
}

0 comments on commit d21b706

Please sign in to comment.