Updated to the latest version of Cabbage recently and found the same error opening my Cabbage(.csd) files. It was concerning the plugin id section in line 2.
It read as pluginid(“def1”) which was wrong apparently, I changed it to pluginId(“def1”) and that seems to clear everything up.
Just thought I would stick a post up about it, in case anyone else was running into this problem.