Closed Logiraptor closed 9 years ago
On first load the plugin causes a few errors due to the trailing commas in the json settings files as well as in the keymap file.
For example this is invalid:
[ { "keys": ["ctrl+shift+o"], "command": "go_oracle"}, ]
It should be
[ { "keys": ["ctrl+shift+o"], "command": "go_oracle"} ]
There's also another one in Default (OSX).sublime-keymap
This has been resolved in the latest release. Thanks for reporting the issue.
On first load the plugin causes a few errors due to the trailing commas in the json settings files as well as in the keymap file.
For example this is invalid:
It should be