Home | History | Annotate | Download | only in docs

Lines Matching refs:markup

164   /** token style for a markup declaration such as a DOCTYPE. */
174 * A class that indicates a section of markup that is not code, e.g. to allow
433 /** split markup into chunks of html tags (style null) and
624 /** split markup on tags, comments, application directives, and other top
829 /** identify regions of markup that are really source code, and recursivley
837 // Recurse using the non-markup lexer
906 /** returns a decoration list given a string of markup.
924 // 1) Start by splitting the markup into text and tag chunks
1067 ['default-markup', 'html', 'htm', 'xhtml', 'xml', 'xsl']);
1126 // Treat it as markup if the first non whitespace character is a < and
1129 /^\s*</.test(source) ? 'default-markup' : 'default-code';