Scan for setupfile at the beginning of a parse.

This commit is contained in:
Tom Alexander
2023-09-04 12:48:59 -04:00
parent 7f6f22717b
commit a8f277efe5
3 changed files with 38 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ mod planning;
mod property_drawer;
mod radio_link;
mod regular_link;
mod setup_file;
pub mod sexp;
mod statistics_cookie;
mod subscript_and_superscript;