aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2017-12-30Fixed small bug in README generation.John MacFarlane1-5/+5
2017-12-29Generate README.md from template and MANUAL.txt.John MacFarlane1-0/+38
`make README.md` will generate the README.md after changes to MANUAL.txt have been made.
2017-12-29Update tool which generates lua module docsAlbert Krewinkel1-1/+3
All "helper functions" are not part of the Lua code for module pandoc, but are added in Haskell. The respective documentation section must therefore be excluded from automatic regeneration.
2017-12-28Update lua-filters.md and the tool that generates it.John MacFarlane1-1/+1
2017-12-01lua-filters.md: add documentation for pandoc.ListAlbert Krewinkel1-10/+25
2017-11-03pandoc-template-mode.el: Improve.Vaclav Haisman1-2/+6
Avoid highlighting of "strings" by deriving from `text-mode-syntax-table`. This fixes missing highlighting in default.html5 tag attributes. Define comment starting and ending sequences to allow use of M-q (auto-fill) on comments.
2017-10-22Support comments in Pandoc templates in Emacs pandoc-template-mode.Vaclav Haisman1-1/+3
2017-09-30Provide make target to update lua module docs (#3946)Albert Krewinkel1-0/+32
The pandoc module documentation in doc/lua-filters.md was automatically generated from `data/pandoc.lua`. A make target is provided which uses a lua filter to update the documentation.
2017-09-16Moved ldoc.ltp from doc to tools.John MacFarlane1-0/+38
doc should be reserved for actual documents, I think. @tarleb - will this cause a problem?
2017-09-06Add simple Emacs mode to help with Pandoc templates editing. (#3889)Václav Haisman1-0/+58
tools/pandoc-template-mode.el
2017-03-04Makefile: Separate refactor and reformat targets.John MacFarlane1-8/+0
Removed tools/refactor.sh.
2017-03-04Added 'make refactor' using hlint, stylish-haskell.John MacFarlane1-0/+8
2017-01-25Moved extract-changes.hs and github-upload.sh to tools/.John MacFarlane2-0/+27