diff --git a/src/Weave.jl b/src/Weave.jl index a7b2dc4..42a1124 100644 --- a/src/Weave.jl +++ b/src/Weave.jl @@ -296,7 +296,7 @@ push_postexecute_hook(f::Function) = push!(postexecute_hooks, f) pop_postexecute_hook(f::Function) = splice!(postexecute_hooks, findfirst(x -> x == f, postexecute_hooks)) -include("chunks.jl") +include("types.jl") include("config.jl") include("WeaveMarkdown/markdown.jl") include("display_methods.jl") diff --git a/src/chunks.jl b/src/types.jl similarity index 100% rename from src/chunks.jl rename to src/types.jl