Error trying to parse settings: Unexpected trailing characters in Packages/User/HTML.sublime-settings:5:1
Error finial in sublime how can fix?
It’s a JSON syntax error, so ST can’t parse/interpret the file correctly. Maybe, too many } or ] at the end of the file?
You could paste the file content so community can help checking. Installing PackageDev may ease your pain by highlighting syntax errors and help editing settings in general.
hello I am a new user of sublime tex 3 and started installing de package.
I thing some package not install correct.
the error appears when open the sublime text 3
thanks for your attention.
I like everything works fine.
thank I hope you can help to fix my issue
hello
this I do delete this content and the error not appear again
I don’t now if I did correctly? I not a programer right now learning few code lines for sql server.
but sublime text it my favorite editor. what you thing. the messagings not appearing
again
Delete the first group of {}. All settings must be contained within the outer most set of {}. New settings must be added within those, separated by a comma. They must also be enclosed by "":
{
"save_on_focus_lost": true
}
Adding a setting looks like this:
{
"save_on_focus_lost": true,
"font_size": 24
}

