focus-editor / focus

A simple and fast text editor
GNU General Public License v3.0
1.82k stars 99 forks source link

No comment toggling for rust files. #371

Closed ellxor closed 6 months ago

ellxor commented 6 months ago

Describe the bug Toggling comments (default keybind: Ctrl-/) when selecting code in a rust file does not toggle comments.

To Reproduce Default behavior of editor.

focus-editor commented 6 months ago

This is fixed in the next nightly, thanks for the report.

Do note that toggling is only for regular comments. Doc comments aren't handled in a special way