Skip to content

Commit

Permalink
Add menu entry for settings editor
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac committed Jun 22, 2019
1 parent 78167ac commit a33d923
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"id": "preferences",
"children": [
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children": [
{
"caption": "DreamMaker",
"command": "edit_settings",
"args": {
"base_file": "${packages}/DreamMaker Language Client/dreammaker.sublime-settings",
"default": "// Settings in here override the defaults\n{\n\t$0\n}"
}
}
]
}
]
}
]

0 comments on commit a33d923

Please sign in to comment.