You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weave.jl can use either a markdown (.jmd) or script (.jl) format. When using the script format, any comment line written as #' or #%% is considered a "document" line as seen here.
When writing document lines in the script format, it is very convenient to have #' automatically inserted after pressing enter or entering insert mode with 'o' instead of the usual #. This can be accomplished by changing the filetype comments option from:
If this seems like a reasonable addition, I'm happy to submit a PR. It's easy enough to do individually, but I thought it might be useful to the community as a whole.
The text was updated successfully, but these errors were encountered:
Weave.jl
can use either a markdown (.jmd
) or script (.jl
) format. When using the script format, any comment line written as#'
or#%%
is considered a "document" line as seen here.When writing document lines in the script format, it is very convenient to have
#'
automatically inserted after pressing enter or entering insert mode with 'o' instead of the usual#
. This can be accomplished by changing the filetypecomments
option from:to
in
julia-vim/ftplugin/julia.vim
Line 16 in 2bd1c75
If this seems like a reasonable addition, I'm happy to submit a PR. It's easy enough to do individually, but I thought it might be useful to the community as a whole.
The text was updated successfully, but these errors were encountered: