Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"https://raw.githubusercontent.com/damccull/sublimetext-SolarizedToggle/master/packages.json",
"https://raw.githubusercontent.com/danielmagnussons/orgmode/master/packages.json",
"https://raw.githubusercontent.com/danielobrien/sublime-DLX-syntax/master/packages.json",
"https://raw.githubusercontent.com/dtoader/SelectionsToFiles/master/packages.json",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"https://raw.githubusercontent.com/dtoader/SelectionsToFiles/master/packages.json",

As already mentioned, this is not needed.

"https://raw.githubusercontent.com/enriquein/JavaSetterGetter/master/packages.json",
"https://raw.githubusercontent.com/Exafunction/codeium-sublime/main/packages.json",
"https://raw.githubusercontent.com/farcaller/DashDoc/master/packages.json",
Expand Down
10 changes: 10 additions & 0 deletions repository/s.json
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,16 @@
}
]
},
{
"name": "SelectionsToFiles",
"details": "https://github.com/dtoader/SelectionsToFiles",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/dtoader/SelectionsToFiles/tree/master"
}
]
},
{
"name": "SelectionTools",
"details": "https://github.com/simonrad/sublime-selection-tools",
Expand Down