I tried to use this tip, but I have a problem with it…
I’m currently trying to create the necessary files for a new language (XYplorer scripting).
I have a blabla.xys file open and go to “Preferences - File Settings – More - Syntax Specific”.
Sublime Text creates a new file, “D:\Users\Highend\Tools\Sublime Text\Data\Packages\User\XYS.sublime-settings”
I copy
// Characters that are considered to separate words
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=]{}`~?"
into it and try to save it.
I get the following error message:
Error trying to parse settings: Unexpected trailing characters in
D:\UsersVHighend\Tools\Sublime Text\Data\Packages\User\XYS.sublime-settings:2:18
Did I do anything wrong?
Regards,
Highend