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

Multiline comments in Julia #302

Closed
tfiers opened this issue Jan 10, 2022 · 0 comments · Fixed by #303
Closed

Multiline comments in Julia #302

tfiers opened this issue Jan 10, 2022 · 0 comments · Fixed by #303

Comments

@tfiers
Copy link
Contributor

tfiers commented Jan 10, 2022

Multiline comments in Julia are delimited by #= and =# [1].

#=
This is a veeeeeeeeeeeeeeeeeeeery long string, in fact so long it is longer than the wrapping column.
=#

Placing the cursor in there and calling Rewrap does nothing.
(Single line comments, starting with # , do work).

Kudos for this fantastic functionality, btw.

@stkb stkb closed this as completed in #303 Jan 12, 2022
stkb added a commit that referenced this issue Jan 14, 2022
- New architecture (still WIP) with performance increase.
- Markdown: new parser that fixes many small bugs (inc #288), as well as
  supporting:
  - Front matter header (#277, #294)
  - Link reference definitions (#63, #93)
  - Footnotes (#188)
- ReStructuredText support (standalone & for Python, almost complete)
  (#88).
- Julia: support `#= ... =#` block comments (#302)
- Visual Studio: Wrap to rulers generated from .editorconfig by the
  Editor Guidelines extension (thereby indirectly supporting
  .editorconfig) (#300).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant