Skip to content

Commit

Permalink
Add --with-comments to the juvix-format-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira authored Jan 24, 2023
2 parents 7de56a0 + eb1052b commit 8cb5c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juvix-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
)
(with-temp-buffer
(let ((
cmd-str (concat "juvix " (if juvix-disable-embedded-stdlib "--no-stdlib " "") "dev scope "
cmd-str (concat "juvix " (if juvix-disable-embedded-stdlib "--no-stdlib " "") "dev scope --with-comments "
buff-name)
))
(if (zerop (call-process-shell-command
Expand Down

0 comments on commit 8cb5c10

Please sign in to comment.