Home | History | Annotate | Download | only in docs

Lines Matching refs:zA

424   // (3) /<\/?[a-zA-Z][^>]*>/ : A probably tag that should not be highlighted
427 /(?:[^<]+|<!--[\s\S]*?-->|<!\[CDATA\[([\s\S]*?)\]\]>|<\/?[a-zA-Z][^>]*>|<)/g;
431 var pr_tagNameRe = /^<(\/?)([a-zA-Z]+)/;
794 } else if (/^@?[A-Z][A-Z$]*[a-z][A-Za-z$]*$/.test(token)) {