Fix command name and expose settings
This commit is contained in:
18
Main.sublime-menu
Normal file
18
Main.sublime-menu
Normal 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"}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user