TextMate bundles end in .tmbundle or _tmbundle

This commit is contained in:
Corey Johnson
2012-12-20 17:01:12 -08:00
parent f0d97a436b
commit 0515274e2f

View File

@@ -114,6 +114,6 @@ class Config
console.error "Failed to load `#{userInitScriptPath}`", error.stack, error
isTextMateBundle: (packageName) ->
/\.tmbundle$/.test(packageName)
/(\.|_)tmbundle$/.test(packageName)
_.extend Config.prototype, EventEmitter