Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multidocument support in files #39

Open
kyleect opened this issue Sep 15, 2023 · 0 comments
Open

Multidocument support in files #39

kyleect opened this issue Sep 15, 2023 · 0 comments

Comments

@kyleect
Copy link
Owner

kyleect commented Sep 15, 2023

Add multidocument support in files. First document is the init/setup document.

(exec-mode 'script)
---
(+ 1 2) ;; => 3
---
(* 10 #doc) ;; => 30

Init doc excluded and it will default to (exec-mode 'script)

(+ 1 2) ;; => 3
---
(* 10 #doc) ;; => 30
@kyleect kyleect changed the title Graymatter support in files Multidocument support in files Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant