Skip to content
Snippets Groups Projects
Commit d385f2f7 authored by Henning Glawe's avatar Henning Glawe
Browse files

trailing WS in BG_BLUE

parent e724009f
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ class FploInputParser(object): ...@@ -137,7 +137,7 @@ class FploInputParser(object):
# as well as whitespace-only lines # as well as whitespace-only lines
m = cRE_trailing_whitespace.match(line, pos_in_line) m = cRE_trailing_whitespace.match(line, pos_in_line)
if m is not None: if m is not None:
self.annotate(m.group(), ANSI.BG_WHITE) self.annotate(m.group(), ANSI.BG_BLUE)
return m.end() return m.end()
# # nothing matched, call hook # # nothing matched, call hook
# return self.onRoot_data(line, pos_in_line) # return self.onRoot_data(line, pos_in_line)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment