bertdida/DeclareThatColor

View on GitHub
Main.sublime-menu

Summary

Maintainability
Test Coverage
[
    {
        "id": "edit",
        "children":
        [
            { "id": "wrap" },
            { "command": "declare_that_color" },
            { "command": "undeclare_that_color" },
        ]
    },
  {
        "caption": "Preferences",
        "id": "preferences",
        "children":
        [
            {
                "caption": "Package Settings",
                "id": "package-settings",
                "children":
                [
                    {
                        "caption": "DeclareThatColor",
                        "children":
                        [
                            {
                                "caption": "Settings – Default",
                                "command": "open_file",
                                "args":
                                {
                                    "file": "${packages}/DeclareThatColor/declare_that_color.sublime-settings"
                                }
                            },
                            {
                                "caption": "Settings – User",
                                "command": "open_file",
                                "args":
                                {
                                    "file": "${packages}/User/declare_that_color.sublime-settings"
                                }
                            },
                            { "caption": "-" }
                        ]
                    }
                ]
            }
        ]
    }
]