...Nevermind, this fix was embarassingly simple.
%% identyfikator {/*some code/*} /* ... */ %%
Should have been
%% {identyfikator} {/*some code/*} /* ... */ %%
That is, missing curly braces.