Lines Matching refs:nested
1440 // make sure this is not nested in an already prettified element
1441 var nested = false;
1446 nested = true;
1450 if (!nested) {
1875 // Haskell does not have a regular lexical grammar due to the nested
2104 // nested. Single-line comments begin with // and extend to
2106 // TODO: (*...*) comments can be nested. This does not handle that.