From ed8c800fdc8f506d419a58824abbdce1552f8b34 Mon Sep 17 00:00:00 2001 From: Randolph555 <787985883@qq.com> Date: Mon, 22 Dec 2025 13:22:31 +0800 Subject: [PATCH] Add sublime-run-command package Add sublime-run-command package --- repository/s.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/s.json b/repository/s.json index c2825622fa4..663f04296fb 100644 --- a/repository/s.json +++ b/repository/s.json @@ -6175,6 +6175,17 @@ "tags": "st3-" } ] + }, + { + "name": "sublime-run-command", + "details": "https://github.com/randolph555/sublime-run-command", + "labels": ["shell", "terminal", "command", "execute", "run"], + "releases": [ + { + "sublime_text": ">=4000", + "platforms": ["osx", "linux"] + } + ] } ] }