Home | History | Annotate | Download | only in docs

Lines Matching refs:default

109   var C_KEYWORDS = FLOW_CONTROL_KEYWORDS + "auto case char const default " +
410 default:
1065 registerLangHandler(decorateSource, ['default-code']);
1067 ['default-markup', 'html', 'htm', 'xhtml', 'xml', 'xsl']);
1129 /^\s*</.test(source) ? 'default-markup' : 'default-code';