Skip to content

Commit 06e4301

Browse files
committed
SLVSCODE-147 Add support for oraclesql language
1 parent a8862f7 commit 06e4301

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/sonarsource/sonarlint/ls/DefaultClientInputFile.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ private static String toSqLanguage(@Nullable String clientLanguageId) {
111111
return "ts";
112112
case "html":
113113
return "web";
114+
case "oraclesql":
115+
return "plsql";
114116
default:
115117
return clientLanguageId;
116118
}

0 commit comments

Comments
 (0)