Thom1729 / Sublime-JS-Custom

Customizable JavaScript syntax highlighting for Sublime Text.
MIT License
137 stars 9 forks source link

Sublime looking for old syntax file #122

Closed dwhenson closed 3 years ago

dwhenson commented 3 years ago

I keep getting this error messages that refers to an old custom syntax I created:

"Error loading syntax file "Packages/User/JS Custom/Syntaxes/Lit.sublime-syntax": Unable to read Packages/User/JS Custom/Syntaxes/Lit.sublime-syntax"

Things I tried to fix this include:

1) rebuilding my syntaxes 2) clearing user data 3) adding a dummy file with that name to the folder above 4) removing all data, package and then reinstalling 5) and finally just removing the package completely

Even without the package installed I am still getting the error. Any advice on how to fix this?

Thanks

dwhenson commented 3 years ago

My bad! Just found the file that was set to the old syntax. All this is a big learning curve for me!