Closed t0lkman closed 9 years ago
there is comma at the end of array:
1600 { 1601 "class": "icon_folder_loading", 1602 "content_margin": [0,0] 1603 }, 1604 1605 ]
which breaks the Sublime
I faced the same thing. It works after removing the extra comma.
Fixed a few minutes ago with last pull request from foxx.
there is comma at the end of array:
1600 { 1601 "class": "icon_folder_loading", 1602 "content_margin": [0,0] 1603 }, 1604 1605 ]
which breaks the Sublime