Skip to content

Commit

Permalink
Fix Command spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminalFi committed Mar 7, 2020
1 parent c3379cf commit 3b5f787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Commands.sublime-commands
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[
{
"caption": "ColoredComments: Generate/Regenerate Color Theme File",
"caption": "Colored Comments: Generate/Regenerate Color Theme File",
"command": "colored_comments_theme_generator"
},
{
"caption": "ColoredComments: Edit Settings",
"command": "edit_settings",
"args":
{
"base_file": "${packages}/ColoredComments/colored_comments.sublime-settings",
"base_file": "${packages}/Colored Comments/colored_comments.sublime-settings",
"default": "{\n\t$0\n}\n",
}
}]

0 comments on commit 3b5f787

Please # to comment.