“Unexpected trailing character” in sublime when trying to edit preferences
问题 I'm trying to change my sublime theme/colour scheme and i get 'unexpected trailing characters' When I try to save the /User/Preferences.sublime-settings with this config { "theme": "Afterglow-green.sublime-theme", "color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme" } { "tabs_small": true } I can't work out why I would be getting that message? 回答1: Your settings files in Sublime (all of them) need to be valid JSON. Yours should be as follows: { "theme": "Afterglow-green.sublime