Only do a single pre-pass on the full document pulling out both setupfile and all other in-buffer settings.
Some checks failed
rust-test Build rust-test has failed
rust-build Build rust-build has failed

Previously we made a separate pass just to find setupfile and then we pulled the in-buffer settings from everything.
This commit is contained in:
Tom Alexander
2023-09-04 22:05:43 -04:00
parent d3c733c5ad
commit 9060f9b26d
3 changed files with 23 additions and 57 deletions

View File

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