Fix command name and expose settings

This commit is contained in:
2025-06-09 23:13:24 +04:00
parent 70586e28e1
commit 940e8ae9ec
6 changed files with 33 additions and 6 deletions

18
Main.sublime-menu Normal file
View File

@@ -0,0 +1,18 @@
[
{
"id": "preferences",
"children": [
{
"id": "package-settings",
"children": [
{
"caption": "TextCleaner: Settings",
"command": "open_file",
"args": {"file": "${packages}/TextCleaner/TextCleaner.sublime-settings"}
}
]
}
]
}
]