How to change/turn off highlighting the entire argument in a re.compile() statement
已回答
How can I change/turn off the automatic highlighting of the regex argument in a re.compile()?
simple example:
import re
question_mark = re.compile(r'(?P<question_mark>\?\)')
I want to stop highlighting of: r'(?P<question_mark>\?\)'
请先登录再写评论。
Hi mountain_goat! Unfortunately it's not possible at the moment. I created a feature request in our bug tracker: PY-25812. Please follow and vote for it.
Thanks Pavel! I voted and followed the request.