Return the token that matches the directive name found.
static int matchDirectives(String text, int offset, int length) => matchList(_DIRECTIVES, 'type', text, offset, length);