jdavisclark / CaseConversion

Case conversion plugin (pascal, camel, snake) for sublime text 2
MIT License
300 stars 47 forks source link

Fix JSON parse error due to trailing comma #32

Closed wam closed 7 years ago

wam commented 7 years ago

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.

screen shot 2017-02-15 at 3 28 24 pm
wam commented 7 years ago

Awesome. Thanks!