Skip to content

Commit 91bc043

Browse files
authored
Add .html.dot to Autobuild.java
1 parent b08d57a commit 91bc043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
* <li>All JavaScript files, that is, files with one of the extensions supported by {@link
154154
* FileType#JS} (currently ".js", ".jsx", ".mjs", ".cjs", ".es6", ".es").
155155
* <li>All HTML files, that is, files with with one of the extensions supported by {@link
156-
* FileType#HTML} (currently ".htm", ".html", ".xhtm", ".xhtml", ".vue", ".html.erb").
156+
* FileType#HTML} (currently ".htm", ".html", ".xhtm", ".xhtml", ".vue", ".html.erb", ".html.dot").
157157
* <li>All YAML files, that is, files with one of the extensions supported by {@link
158158
* FileType#YAML} (currently ".raml", ".yaml", ".yml").
159159
* <li>Files with base name "package.json" or "tsconfig.json", and files whose base name

0 commit comments

Comments
 (0)