Skip to content

Commit

Permalink
Delegate kotlin file *.kt to java document service
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Oct 20, 2023
1 parent aa2fb19 commit b5d02a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public MicroProfileTextDocumentService(MicroProfileLanguageServer microprofileLa
applicationPropertiesTextDocumentService, sharedSettings, javaTextDocuments);
textDocumentServicesMap.put("properties", applicationPropertiesTextDocumentService);
textDocumentServicesMap.put("java", javaTextDocumentService);
textDocumentServicesMap.put("class", javaTextDocumentService);
textDocumentServicesMap.put("kt", javaTextDocumentService);
}

/**
Expand Down

0 comments on commit b5d02a1

Please sign in to comment.