mirror of
https://github.com/atom/atom.git
synced 2026-02-01 18:25:06 -05:00
TextMate bundles end in .tmbundle or _tmbundle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user