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