Sublime Text 3 - Error loading syntax file "Packages/JavaScript/JSON.sublime-syntax"

Viewed 1391

After creating a new build system and saving it, every subsequent time I start Sublime Text 3 I get an error message that says:

Error loading syntax file "Packages/JavaScript/JSON.sublime-syntax": Unable to read Packages/JavaScript/JSON.sublime-syntax

1 Answers

I found that if I click on the OK button on the alert dialog box and then close all the open tabs in Sublime Text 3 and then close ST3 and reopen it, the error message no longer comes up.

Related