tools: ".htm" is an abbreviation for ".html".

This commit is contained in:
Andrew Hamilton 2018-06-03 23:57:45 +10:00
parent 5fd1335e79
commit 669bdfd015
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ tools_for_extensions = [
[["cc", "cpp", "hpp"], ["cpp_syntax_gcc", "bcpp", "uncrustify",
"cppcheck"]],
[["pdf"], ["pdf2txt"]],
[["html"], ["html_syntax", "tidy", "html2text", "pandoc"]],
[["html", "htm"], ["html_syntax", "tidy", "html2text", "pandoc"]],
[["php"], ["php7_syntax"]],
[["zip", "jar", "apk"], ["zipinfo"]],
[["tar.gz", "tgz"],["tar_gz"]],