Hi,
My plugin works great on Mac, I want to pass it to a coworker using windows and tried it on windows. The plugin is failing to open internal resources. For example:
view.set_syntax_file(os.path.join(‘Packages’, ‘RuleEditor’, ‘themes’, ‘Rule.tmLanguage’))
I get an error loading syntax file. Any idea why?
Thanks,
A