| 420 | } |
| 421 | |
| 422 | static bool IsQuoteLine(int line, Accessor &styler) { |
| 423 | int style = styler.StyleAt(styler.LineStart(line)) & 31; |
| 424 | return ((style == SCE_P_TRIPLE) || (style == SCE_P_TRIPLEDOUBLE)); |
| 425 | } |
| 426 | |
| 427 | |
| 428 | static void FoldPyDoc(unsigned int startPos, int length, int /*initStyle - unused*/, |