aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-07 14:33:18 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-07 14:34:56 -0800
commit881b45209e8fd70079e409d05fa7402741501940 (patch)
treede3d9e6464223adca4706edb67172b2f323e4872 /pandoc.cabal
parent213913f02554b5cec8ea946538d8ba445d4d3f4e (diff)
downloadpandoc-881b45209e8fd70079e409d05fa7402741501940.tar.gz
Replace old sample custom reader with a full-featured reader for creole.
This is better as an example. And it is faster than pandoc's regular creole parser, which shows that high-performance readers can be developed this way.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index a86cc71a3..764b459ba 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -174,6 +174,8 @@ data-files:
data/abbreviations
-- sample lua custom writer
data/sample.lua
+ -- sample lua custom reader
+ data/creole.lua
-- lua init script
data/init.lua
-- pandoc lua module