vote up 1 vote down star

I'd like to get my Textmate bundles to use the correct contexts based on what I'm editing. For example I use YUI a lot so I'd like the HTML bundle to use the YUI JS bundle instead of the standard JS one, etc.

Can anyone suggest where and what I should be editing to make that happen. Bonus points for tips on bundle editing.

flag

1 Answer

vote up 2 vote down check

The thing we are talking about here is scope. You'll have to edit your Bundle elements scope.

Let's take a look:

alt text

Now, edit the scope to a wider one, for example use source.js instead of source.js.yui. This should be applied to every snippet, command, etc. in the Bundle. You could probably do a search & replace directly on your Bundle files.

alt text

That's it. Bundle snippet triggered below.

alt text

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.