cakebaker / scss-syntax.vim

Vim syntax file for scss (Sassy CSS)
386 stars 71 forks source link

Continuing comments on next line #26

Closed dtuite closed 11 years ago

dtuite commented 11 years ago

This may be a design decision rather than an issue but I figured I'd report it anyway just to get some feedback.

Would it be possible to have single line comments continued on the next line when you press return. For example:

// I type a comment and then press return
// <- This "//" should be automatically inserted ready for me to keep typing my comment.

I realise that // is meant to be for single line comments. However, you might consider that default Vim behaviour for single line comments in .js files is to continue them on the next line like I am proposing here. It feels really weird for me when I switch between JS and SCSS (like many front-end devs probably do) and run into different commenting behavior.

cakebaker commented 11 years ago

Thanks for your feature request!