Skip to content

Fix triple slash continuations #139

Open
@keith

Description

@keith

Currently if you're editing a docstring like this:

/// Foo<press enter>

You end up with:

/// Foo
//<cursor>

Ideally you would end up with 3 slashes on the second line. The Rust vim syntax files do this correctly, so I'm sure it's something that can be fixed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions