ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

to many commas in Main.sublime-menu #82

Closed goekboet closed 8 years ago

goekboet commented 8 years ago

When I fetch the tern_for_sublime package sublime is not able to parse the Main.sublime-menu file. There is one comma that should´t be there on row 22.

"children": [ { "caption": "Jump to definition", "command": "tern_jump_to_def" }, { "caption": "Jump back", "command": "tern_jump_back" }, { "caption": "Select all references", "command": "tern_select_variable" }, <------------------- ]