name: pandoc-vimhl version: 0.2.0.1 synopsis: Pandoc filter for native Vim code highlighting description: Pandoc filter for native Vim code highlighting in HTML and PDF documents. Requires Vim (or Neovim) and plugin . homepage: http://github.com/lyokha/vim-publish-helper license: BSD3 license-file: LICENSE extra-doc-files: Changelog.md author: Alexey Radkov maintainer: Alexey Radkov copyright: 2016-2023 Alexey Radkov category: Text build-type: Simple cabal-version: 1.20 flag debug description: Enable debug support (print how vim runs to stderr) default: False manual: True executable vimhl default-language: Haskell2010 build-depends: base >= 4.7 && < 5 , pandoc-types >= 1.12 , directory >= 1.3.3.0 , filepath , process , temporary >= 1.1 , text if flag(debug) cpp-options: -DDEBUG ghc-options: -Wall main-is: vimhl.hs