Skip to content

Commit

Permalink
fix: set languageId to have highlight with LSP4IJ 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Oct 7, 2024
1 parent eedb7bd commit f3946a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/lsp4ij-quarkus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
</server>
<languageMapping language="Properties"
serverId="microprofile"
languageId="microprofile-properties"
documentMatcher="com.redhat.devtools.intellij.quarkus.lsp.QuarkusDocumentMatcherForPropertiesFile"/>
<languageMapping language="JAVA"
languageId="java"
serverId="microprofile"
documentMatcher="com.redhat.devtools.intellij.quarkus.lsp.QuarkusDocumentMatcherForJavaFile"/>
</extensions>
Expand Down

0 comments on commit f3946a0

Please sign in to comment.