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

@ -44,4 +44,4 @@ Extensions | Tools
.bash .sh .dash .ksh | [shellcheck](http://hackage.haskell.org/package/ShellCheck)
.go | [gofmt](https://golang.org) • [go_vet](https://golang.org) • [golint](https://github.com/golang/lint) • [godoc](http://golang.org/x/tools)
.yaml .yml | [yamllint](https://github.com/adrienverge/yamllint)
.md .epub | [pandoc](https://pandoc.org/)
.md .epub .docx .odt .rst | [pandoc](https://pandoc.org/)

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: