Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Fixed context menu CSON format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Narita committed Jul 22, 2015
1 parent 929ccbd commit 70f16a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions menus/flex-toolbar.cson
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# See https://atom.io/docs/latest/creating-a-package#menus for more details
'context-menu':
'.tool-bar':
'Edit Tool Bar': 'flex-tool-bar:edit-config-file'
'.tool-bar': [
label: 'Edit Tool Bar'
command: 'flex-tool-bar:edit-config-file'
]
'menu': []

0 comments on commit 70f16a6

Please sign in to comment.