From a1c8dba991cdad443f3daad7a5cd1a32ebceb32a Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Thu, 31 May 2018 18:37:34 +1000 Subject: [PATCH] tools: Pandoc supplies docx, odt and rst file types. --- README.md | 2 +- vigil/tools.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 855b12e..b0d7923 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/vigil/tools.toml b/vigil/tools.toml index 50aa4cf..679cbdf 100644 --- a/vigil/tools.toml +++ b/vigil/tools.toml @@ -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: