Skip to content

Commit

Permalink
Added options to enable plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Monnoroch committed Mar 30, 2014
1 parent 9782f90 commit e21b567
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Main.sublime-menu
Expand Up @@ -7,6 +7,18 @@
"caption": "Color Highlighter",
"children":
[
{
"caption": "Enable",
"command": "ch_set_setting",
"args": {"setting": "enabled", "value": true},
"mnemonic": "E"
},
{
"caption": "Disable",
"command": "ch_set_setting",
"args": {"setting": "enabled", "value": false},
"mnemonic": "D"
},
{
"caption": "Highlite style",
"mnemonic": "S",
Expand Down

0 comments on commit e21b567

Please sign in to comment.