Skip to content

Commit

Permalink
SLVSCODE-147 Add support for oraclesql language
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Jul 27, 2020
1 parent a8862f7 commit 06e4301
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ private static String toSqLanguage(@Nullable String clientLanguageId) {
return "ts";
case "html":
return "web";
case "oraclesql":
return "plsql";
default:
return clientLanguageId;
}
Expand Down

0 comments on commit 06e4301

Please sign in to comment.