From 78011ac0835edc09fafde459a1b0cee67eae25e4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 4 Feb 2025 21:48:15 +0400 Subject: Initial Sublime Text's plugin --- Default.sublime-commands | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Default.sublime-commands (limited to 'Default.sublime-commands') 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 -- cgit v1.2.3