matchMarginDirectives static method
Return the token that matches the margin directive name found.
Implementation
static int matchMarginDirectives(String text, int offset, int length) {
return matchList(MARGIN_DIRECTIVES, 'type', text, offset, length);
}