diff options
Diffstat (limited to 'rst_parser.lua')
-rw-r--r-- | rst_parser.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rst_parser.lua b/rst_parser.lua index 1adffb9..bbe1f15 100644 --- a/rst_parser.lua +++ b/rst_parser.lua @@ -14,6 +14,7 @@ --require "lpeg" rst = require "rst_context" helpers = require "rst_helpers" +optional_setups = require "rst_setups" local rst_debug = true |