Return the token that matches the unit ident found.
static int matchUnits(String text, int offset, int length) => matchList(_UNITS, 'unit', text, offset, length);