ruby-slim.tmbundle icon indicating copy to clipboard operation
ruby-slim.tmbundle copied to clipboard

Sublime Text toggle comment feature not working on Ruby code

Open kreintjes opened this issue 8 years ago • 1 comments

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.

kreintjes avatar Sep 29 '16 11:09 kreintjes