Skip to content

Commit

Permalink
Fix JSON parse error due to trailing comma
Browse files Browse the repository at this point in the history
A recent commit added some stuff to the sublime-menu package
settings, but includes a trailing comma is causing a parse error
when the package is loaded.

This change just removes that comma.
  • Loading branch information
wam committed Feb 15, 2017
1 parent fc99e71 commit 8d432ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"default": "// Settings in here override those in \"Case Conversion/Default.sublime-settings\",\n\n{\n\t$0\n}\n"
},
"caption": "Key Bindings"
},
}
]
}
]
Expand Down

0 comments on commit 8d432ed

Please sign in to comment.