Searched refs:parentIndentAmount (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexYAML.cxx70 unsigned int parentIndentAmount = parentLineState&(~YAML_STATE_MASK); local
71 if (indentAmount > parentIndentAmount) {
72 styler.SetLineState(currentLine, YAML_STATE_TEXT | parentIndentAmount);

Completed in 54 milliseconds