I have a custom .tmLanguage file on Sublime Text that require certain word separators. Can I change the word separator per scope inside the same language?
I can change the separators using the .sublime-settings file, but it changes to the entire file.
Example: On my language I have a special scope that contains all element inside a double square brackets ("[[ content ]]"). Inside that scope I need the char "/" to NOT be a word separator but I do want it on the rest of the file.