aboutsummaryrefslogtreecommitdiff
path: root/Default.sublime-commands
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-02-04 20:48:15 +0300
committerValentin Popov <valentin@popov.link>2025-02-04 21:07:06 +0300
commit78011ac0835edc09fafde459a1b0cee67eae25e4 (patch)
treecceb5453caa52ee0e7118b7fe691950bf04d53e8 /Default.sublime-commands
parentfba519e9b28c0409aba9f86a98d143d166303f3c (diff)
downloadsublime-text-cleaner-78011ac0835edc09fafde459a1b0cee67eae25e4.tar.xz
sublime-text-cleaner-78011ac0835edc09fafde459a1b0cee67eae25e4.zip
Initial Sublime Text's plugin
Diffstat (limited to 'Default.sublime-commands')
-rw-r--r--Default.sublime-commands6
1 files changed, 6 insertions, 0 deletions
diff --git a/Default.sublime-commands b/Default.sublime-commands
new file mode 100644
index 0000000..eb2046c
--- /dev/null
+++ b/Default.sublime-commands
@@ -0,0 +1,6 @@
+[
+ {
+ "caption": "Clear Text",
+ "command": "text_cleaner"
+ }
+] \ No newline at end of file