Skip to content

Commit

Permalink
Now enable bayesian LS on pom.xml (after the rebase on master) (eclip…
Browse files Browse the repository at this point in the history
…se-che#223)

This is related to redhat-developer/rh-che#218

Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal authored Jul 24, 2017
1 parent 3981e2f commit 4d2c60e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ private static LanguageServerDescription createServerDescription() {
null),//
new DocumentFilter(JsonModule.LANGUAGE_ID,//
"package\\.json",//
null)//
// TODO pom.xml
null),
new DocumentFilter("pom",
"pom\\.xml",
null)
)//
);
}
Expand Down

0 comments on commit 4d2c60e

Please sign in to comment.