Skip to content

Commit

Permalink
Patches for linting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByZach committed Jun 19, 2020
1 parent ac9ece9 commit 1cbb5dd
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 213 deletions.
38 changes: 19 additions & 19 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[
{
"caption": "Color Helper: Index Colors in File",
"command": "color_helper_file_index"
},
{
"caption": "Color Helper: Show Palettes",
"command": "color_helper",
"args": { "mode": "palette" }
},
{
"caption": "Color Helper: Show Color Info",
"command": "color_helper",
"args": { "mode": "info" }
},
{
"caption": "Color Helper: Show Color Picker",
"command": "color_helper",
"args": { "mode": "color_picker" }
}
{
"caption": "Color Helper: Index Colors in File",
"command": "color_helper_file_index"
},
{
"caption": "Color Helper: Show Palettes",
"command": "color_helper",
"args": { "mode": "palette" }
},
{
"caption": "Color Helper: Show Color Info",
"command": "color_helper",
"args": { "mode": "info" }
},
{
"caption": "Color Helper: Show Color Picker",
"command": "color_helper",
"args": { "mode": "color_picker" }
}
]
242 changes: 121 additions & 121 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -1,123 +1,123 @@
[
{
"caption": "Tools",
"mnemonic": "T",
"id": "tools",
"children":
[
{
"id": "packages",
"caption": "Packages",
"children":
[
{
"caption": "Color Helper",
"children":
[
{
"caption": "Color Info",
"command": "color_helper",
"args": { "mode": "info" }
},
{
"caption": "Color Palettes",
"command": "color_helper",
"args": { "mode": "palette" }
},
{
"caption": "Color Picker",
"command": "color_helper",
"args": { "mode": "color_picker" }
}
]
}
]
}
]
},
{
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"id": "package-settings",
"children":
[
{
"caption": "ColorHelper",
"children":
[
{
"caption": "Settings",
"command": "edit_settings",
"args":
{
"base_file": "${packages}/ColorHelper/ColorHelper.sublime-settings",
"default": "{\n\t$0\n}\n"
}
},
{ "caption": "-" },
{
"caption": "Menus",
"children":
[
{
"caption": "Main Menu",
"command": "z_edit_settings",
"args":
{
"is_parent_setting": "1",
"base_file": "${packages}/ColorHelper/Main.sublime-menu",
"default": "[\n\t$0\n]\n"
}
}
]
},
{
"caption": "Commands",
"command": "z_edit_settings",
"args":
{
"is_parent_setting": "1",
"base_file": "${packages}/ColorHelper/Default.sublime-commands",
"default": "[\n\t$0\n]\n"
}
},
{ "caption": "-" },
{
"caption": "Changelog",
"command": "color_helper_changes"
},
{
"caption": "Documentation",
"command": "color_helper_open_site",
"args": { "url": "https://facelessuser.github.io/ColorHelper/" }
},
{
"caption": "Quick Start Guide",
"command": "color_helper_doc",
"args": { "page": "${packages}/ColorHelper/QUICKSTART.md" }
},
{ "caption": "-" },
{
"caption": "Support Info",
"command": "color_helper_support_info"
},
{
"caption": "Issues",
"command": "color_helper_open_site",
"args": { "url": "https://github.com/facelessuser/ColorHelper/issues" }
},
{
"caption": "README",
"command": "open_file",
"args": { "file": "${packages}/ColorHelper/README.md" }
}
]
}
]
}
]
}
{
"caption": "Tools",
"mnemonic": "T",
"id": "tools",
"children":
[
{
"id": "packages",
"caption": "Packages",
"children":
[
{
"caption": "Color Helper",
"children":
[
{
"caption": "Color Info",
"command": "color_helper",
"args": { "mode": "info" }
},
{
"caption": "Color Palettes",
"command": "color_helper",
"args": { "mode": "palette" }
},
{
"caption": "Color Picker",
"command": "color_helper",
"args": { "mode": "color_picker" }
}
]
}
]
}
]
},
{
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"id": "package-settings",
"children":
[
{
"caption": "ColorHelper",
"children":
[
{
"caption": "Settings",
"command": "edit_settings",
"args":
{
"base_file": "${packages}/ColorHelper/ColorHelper.sublime-settings",
"default": "{\n\t$0\n}\n"
}
},
{ "caption": "-" },
{
"caption": "Menus",
"children":
[
{
"caption": "Main Menu",
"command": "z_edit_settings",
"args":
{
"is_parent_setting": "1",
"base_file": "${packages}/ColorHelper/Main.sublime-menu",
"default": "[\n\t$0\n]\n"
}
}
]
},
{
"caption": "Commands",
"command": "z_edit_settings",
"args":
{
"is_parent_setting": "1",
"base_file": "${packages}/ColorHelper/Default.sublime-commands",
"default": "[\n\t$0\n]\n"
}
},
{ "caption": "-" },
{
"caption": "Changelog",
"command": "color_helper_changes"
},
{
"caption": "Documentation",
"command": "color_helper_open_site",
"args": { "url": "https://facelessuser.github.io/ColorHelper/" }
},
{
"caption": "Quick Start Guide",
"command": "color_helper_doc",
"args": { "page": "${packages}/ColorHelper/QUICKSTART.md" }
},
{ "caption": "-" },
{
"caption": "Support Info",
"command": "color_helper_support_info"
},
{
"caption": "Issues",
"command": "color_helper_open_site",
"args": { "url": "https://github.com/facelessuser/ColorHelper/issues" }
},
{
"caption": "README",
"command": "open_file",
"args": { "file": "${packages}/ColorHelper/README.md" }
}
]
}
]
}
]
}
]
Loading

0 comments on commit 1cbb5dd

Please sign in to comment.