Skip to content

Sublime Text toggle comment feature not working on Ruby code #67

@kreintjes

Description

@kreintjes

The Sublime Text toggle comment feature (turn line into comment) does not work when the cursor is on Ruby code. The line is then commented out with a # character, while it should be commented out using a / character. Commenting it out with a # character does not work.

The following example goes wrong:

wrong1 ====> wrong1_result

While the following example goes right (look at the position of the cursor):

good1 ====> good1_result

As well as the following:

good2 ====> good2_result

I am using Sublime Text 3 build 3126 with Ruby Slim v2016.06.25.06.05.06.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions