Add CSON samples

This commit is contained in:
Alhadis
2016-08-29 01:57:32 +10:00
parent f95365946c
commit 48b64c2d31
4 changed files with 250 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
'menu': [
{
'label': 'Packages'
'submenu': [
'label': 'Wercker Status'
'submenu': [
{ 'label': 'Check now!', 'command': 'wercker-status:checknow' }
]
]
}
]