Home
last modified time | relevance | path

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

/third_party/python/Doc/tools/extensions/
H A Dpeg_highlight.py25 _text_ws = r"(\s*)" variable in PEGLexer
55 (_name + _text_ws + "(=)", bygroups(None, None, None),),
56 (_name + _text_ws + r"(\[[\w\d_\*]+?\])" + _text_ws + "(=)", bygroups(None, None, None, None, None),),
H A Dasdl_highlight.py20 _text_ws = r"(\s*)" variable in ASDLLexer
31 r"(module)" + _text_ws + _name,
41 _name + _text_ws + "(=)",

Completed in 1 milliseconds