[
    {
        "caption": "Preferences",
        "mnemonic": "n",
        "id": "preferences",
        "children":
        [
            {
                "caption": "Package Settings",
                "mnemonic": "P",
                "id": "package-settings",
                "children":
                [
                    {
                        "caption": "Djaneiro",
                        "children":
                        [
                            {
                                "command": "open_file", "args":
                                {
                                    "file": "${packages}/Djaneiro/Settings/HTML (Django).sublime-settings"
                                },
                                "caption": "Settings (HTML) – Default"
                            },
                            {
                                "command": "open_file", "args":
                                {
                                    "file": "${packages}/User/HTML (Django).sublime-settings"
                                },
                                "caption": "Settings (HTML) – User"
                            },
                            { "caption": "-" },
                            {
                                "command": "open_file", "args":
                                {
                                    "file": "${packages}/Djaneiro/Settings/Python (Django).sublime-settings"
                                },
                                "caption": "Settings (Python) – Default"
                            },
                            {
                                "command": "open_file", "args":
                                {
                                    "file": "${packages}/User/Python (Django).sublime-settings"
                                },
                                "caption": "Settings (Python) – User"
                            }
                        ]
                    }
                ]
            }
        ]
    }
    {
        "caption": "Tools",
        "mnemonic": "t",
        "id": "tools",

        "children":
        [
            {
                "caption":"New Django Site",
                "command" : "relativedjango"

            }

        ]
    }
]
