diff options
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 378d2ef1a..4dcd15ab4 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -23,7 +23,7 @@ description: Pandoc is a Haskell library for converting from one markup txt2tags, djot) - HTML formats (HTML 4 and 5) - Ebook formats (EPUB v2 and v3, FB2) - - Documentation formats (GNU TexInfo, Haddock) + - Documentation formats (GNU TexInfo, Haddock, Vimdoc) - Roff formats (man, ms) - TeX formats (LaTeX, ConTeXt) - Typst @@ -110,6 +110,7 @@ data-files: data/templates/fonts.latex data/templates/font-settings.latex data/templates/after-header-includes.latex + data/templates/default.vimdoc -- translations data/translations/*.yaml @@ -386,6 +387,7 @@ extra-source-files: test/writer.zimwiki test/writer.xwiki test/writer.muse + test/writer.vimdoc test/ansi-test.ansi test/writers-lang-and-dir.latex test/writers-lang-and-dir.context @@ -433,6 +435,8 @@ extra-source-files: test/odt/markdown/*.md test/odt/native/*.native test/pod-reader.pod + test/vimdoc/*.markdown + test/vimdoc/*.vimdoc source-repository head type: git location: https://github.com/jgm/pandoc.git @@ -660,6 +664,7 @@ library Text.Pandoc.Writers.AnnotatedTable, Text.Pandoc.Writers.BibTeX, Text.Pandoc.Writers.ANSI, + Text.Pandoc.Writers.Vimdoc, Text.Pandoc.PDF, Text.Pandoc.UTF8, Text.Pandoc.Scripting, |
