ikwattro / sublime-behat-snippets

Sublime Text 2 Snippets for Behat and Mink - write really really fast BDD
18 stars 7 forks source link

Behat snippets appear everywhere #4

Open VeridionRO opened 10 years ago

VeridionRO commented 10 years ago

Hello,

First of all I would like to thank you for this great plugin, it's increased my productivity a lot. Now to the problem, is there a way to hide the behat snippets when I'm in PHP for example? Maybe these snippets should be displayed only in the .feature files.

PS: Not sure if here is where I should post this request

Regards,

VeridionRO commented 10 years ago

Hello,

I was able to restrict the scope of the snippets to only behat by cloning the repository then editing all snippets and adding this line:

feature.behat

Now it only appears for behat syntax