Searched refs:next_line (Results 1 – 3 of 3) sorted by relevance
154 def highlight_marks line, previous_line, next_line178 if (HighlighterAnyListRx.match(next_line) != nil)264 next_line = old_lines[index + 1]266 next_line = ''272 new_lines += highlighter.highlight_marks(line, previous_line, next_line)
57 def next_line(self): member in LinewiseFileProcessor64 if self.next_line is None:66 return self.next_line.rstrip()
137 next_line = self.next_line_rstripped138 if next_line is None:141 return next_line.strip().startswith('"')