mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Make TextMate snippets loading immune to hidden files & invalid plist
closes #143
This commit is contained in:
committed by
Kevin Sawicki
parent
59ac9de8c3
commit
0d63d6459d
1
spec/fixtures/packages/textmate-package.tmbundle/Snippets/.hidden-file
vendored
Normal file
1
spec/fixtures/packages/textmate-package.tmbundle/Snippets/.hidden-file
vendored
Normal file
@@ -0,0 +1 @@
|
||||
I am hidden so I shouldn't be loaded
|
||||
1
spec/fixtures/packages/textmate-package.tmbundle/Snippets/invalid.plist
vendored
Normal file
1
spec/fixtures/packages/textmate-package.tmbundle/Snippets/invalid.plist
vendored
Normal file
@@ -0,0 +1 @@
|
||||
I am not a valid plist but that shouldn't cause a crisis
|
||||
Reference in New Issue
Block a user