tools: ".htm" is an abbreviation for ".html".
This commit is contained in:
parent
5fd1335e79
commit
669bdfd015
2 changed files with 3 additions and 3 deletions
|
|
@ -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"]],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue