Skip to content

Commit

Permalink
Merge pull request #6 from phyllisstein/master
Browse files Browse the repository at this point in the history
🐛 Fix menu CSON indentation.
  • Loading branch information
stephnr committed May 31, 2015
2 parents c80873e + 6296c78 commit 251e177
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions menus/sass-director.cson
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
# See https://atom.io/docs/latest/creating-a-package#menus for more details
'context-menu':
'atom-text-editor': [
{
'label': 'Toggle sass-director'
'command': 'sass-director:toggle'
}
]
'menu': [
{
'label': 'Packages'
'submenu': [
'label': 'Sass Director'
'atom-text-editor': [
{
'label': 'Toggle sass-director'
'command': 'sass-director:toggle'
}
]
'menu': [
{
'label': 'Packages'
'submenu': [
{
'label': 'Toggle'
'command': 'sass-director:toggle'
}
{
'label': 'Add Manifest File'
'command': 'sass-director:add-manifest-file'
}
{
'label': 'Remove Manifest'
'command': 'sass-director:remove-manifest-file'
}
{
'label': 'Generate'
'command': 'sass-director:generate'
}
'label': 'Sass Director'
'submenu': [
{
'label': 'Toggle'
'command': 'sass-director:toggle'
}
{
'label': 'Add Manifest File'
'command': 'sass-director:add-manifest-file'
}
{
'label': 'Remove Manifest'
'command': 'sass-director:remove-manifest-file'
}
{
'label': 'Generate'
'command': 'sass-director:generate'
}
]
]
]
}
]
'fileTypes': [
'sass'
'scss'
]
}
]
'fileTypes': [
'sass'
'scss'
]

0 comments on commit 251e177

Please sign in to comment.