There are a lot of Sublime text snippet packages that exist - one issue I see is if I want to use these predefined snippets in file types other than the scope they are defined in, it would mean editing every single snippet and changing the scope parameter to include xyz file type.
For example, every snippet in this jQuery package is only limited to .js file scopes to use the snippets, but I mostly only need to use these snippets in .cfm document types.
https://github.com/SublimeText/jQuery
Is there some way to automatically change the scopes of snippets for packages like this instead of opening up every single snippet and modifying its scope?
Thanks!