nicosantangelo / sublime-gulp

Run Gulp tasks and use snippets from Sublime Text
https://sublime-gulp.nicosantangelo.com/
MIT License
155 stars 18 forks source link

Sublime key bindings doesnt work #57

Closed tiagoporto closed 8 years ago

tiagoporto commented 8 years ago

The default key binding ctrl+/ (toggle commet) doesnt work with the syntax

nicosantangelo commented 8 years ago

You mean in a Gulp Results tab? If that's the case you're right but what would be the desired result?

tiagoporto commented 8 years ago

My gulpfile.js uses the syntax Gulpfile JS, when I want comment some part of the code I use ctrl+/. But nothing happens.

The gulpfile.js is a javascript file and the key bindings (toggle comments) should comment lines likes

// var myVar = 'test';

If I change the syntax of gulpfile.js to JavaScript, works again.

nicosantangelo commented 8 years ago

Hm the thing is that this package does not define the Gulpfile JS syntax, it contains the Gulp Results syntax used on the panel/tab when running gulp.

The culprit could be another package or am I missing something?

nicosantangelo commented 8 years ago

I'm closing this for the sake of completeness, but if you have any feedback I'll be happy to re-open it!