Skip to content

Commit

Permalink
Merge pull request #1008 from mrglavas/1007#set-mp-language-id
Browse files Browse the repository at this point in the history
Set languageId for each of the MicroProfile language mappings.
  • Loading branch information
mrglavas authored Oct 15, 2024
2 parents b96dcef + f29c4a8 commit e39bd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/lsp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
]]>
</description>
</server>
<languageMapping language="Properties" serverId="lsp4mp"
<languageMapping language="Properties" serverId="lsp4mp" languageId="microprofile-properties"
documentMatcher="io.openliberty.tools.intellij.lsp4mp.lsp.MicroProfileMatcher"/>
<languageMapping language="JAVA" serverId="lsp4mp"/>
<languageMapping language="JAVA" serverId="lsp4mp" languageId="java"/>

<!-- LemMinX LS with Liberty LemMinX ext -->
<!-- TODO changing the server interface to org.eclipse.lemminx.customservice.XMLLanguageClientAPI results in class cast exception -->
Expand Down

0 comments on commit e39bd3b

Please sign in to comment.