Lines Matching refs:Blank
170 (r'[ ]+(?=#|$)', Text.Blank),
193 (r'[ ]+(?=#|$)', Text.Blank),
204 bygroups(Text.Blank, Literal.Version), 'ignored-line'),
212 bygroups(Text.Blank, Name.Type, Text.Blank, Name.Type),
219 (r'[ ]*$', something(Text.Blank), '#pop:2'),
231 (r'[ ]*(?=#|$)', something(Text.Blank), '#pop'),
233 (r'[ ]+', Text.Blank),
283 (r'[ ]+', Text.Blank),
345 (r'^[ ]+|[ ]+$', Text.Blank),
382 (r'^[ ]+$', Text.Blank),
394 (r'[ ]*(?=:[ ]|:$)', something(Text.Blank), '#pop'),
396 (r'[ ]+(?=#)', Text.Blank, '#pop'),
398 (r'[ ]+$', Text.Blank),
411 (r'[ ]*(?=[,:?\[\]{}])', something(Text.Blank), '#pop'),
413 (r'[ ]+(?=#)', Text.Blank, '#pop'),
415 (r'^[ ]+|[ ]+$', Text.Blank),