I'm not entirely sure where exactly to post this issue, whether in fontmake or glyphsLib. I hope here is correct.
In Glyphs, multiple language tags for a lookup can be written concurrently:
language ROM MOL;
However, this leads to an error when using fontmake to compile a ufo:
Compiling UFO failed: <features>:110:14: Expected ';'
The UFO compiler expects one language tag per lookup, it appears. Glyphs allows concurrent language tags like language AZE CRT KAZ TAT TRK;.
How can this be amended, and where?