Merge branch 'master' into pmd/7.0.x

This commit is contained in:
Andreas Dangel
2022-05-28 09:20:01 +02:00
9 changed files with 170 additions and 86 deletions

View File

@@ -13,7 +13,7 @@ public final class HtmlLanguageModule extends BaseLanguageModule {
public static final String TERSE_NAME = "html";
public HtmlLanguageModule() {
super(NAME, null, TERSE_NAME, "html");
super(NAME, null, TERSE_NAME, "html", "htm", "xhtml", "xht", "shtml");
addDefaultVersion("", new HtmlHandler());
}