andrewheiss / SublimeStataEnhanced

Plugin that adds support for Stata 11–15 for Sublime Text 2 and 3
56 stars 22 forks source link

Error trying to parse file #46

Closed LINCH8 closed 8 years ago

LINCH8 commented 8 years ago

Hi all, After the latest update, I have problem of sending selected line to stata, so I reinstall the package. But when I did so, there's an error message right after I install Stata Enhanced which says: "Error trying to parse file: Trailing comma before closing bracket in ~/Library/Application Support/Sublime Text 2/Packages/SublimeStataEnhanced/Main.sublime-menu:14:17". Can you help explain what I should do. Many thanks

andrewheiss commented 8 years ago

@elbersb Can you maybe take a look at this really quick?

elbersb commented 8 years ago

@andrewheiss The comma on line 13 in the file needs to be removed. https://github.com/andrewheiss/SublimeStataEnhanced/blob/master/Main.sublime-menu#L13

andrewheiss commented 8 years ago

Awesome, thanks! Fixed!