tools: Pandoc supplies docx, odt and rst file types.

This commit is contained in:
Andrew Hamilton 2018-05-31 18:37:34 +10:00
parent bcd1f9fbd9
commit a1c8dba991
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ tools_for_extensions = [
[["bash", "sh", "dash", "ksh"], ["shellcheck"]],
[["go"], ["gofmt", "go_vet", "golint", "godoc"]],
[["yaml", "yml"], ["yamllint"]],
[["md", "epub"], ["pandoc"]]]
[["md", "epub", "docx", "odt", "rst"], ["pandoc"]]]
# Tool template: