Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 37bca05

Browse files
Merge pull request #1 from Sertonix/fix-open-snippets
fix open snippets
2 parents b1ac84e + 9a044c1 commit 37bca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/snippets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131

3232
this.subscriptions = new CompositeDisposable
3333
this.subscriptions.add(atom.workspace.addOpener(uri => {
34-
if (uri === 'atom://.atom/snippets') {
34+
if (uri === 'atom://.pulsar/snippets') {
3535
return atom.workspace.openTextFile(this.getUserSnippetsPath())
3636
}
3737
}))

0 commit comments

Comments
 (0)