chrmarti / vscode-regex

MIT License
157 stars 33 forks source link

[Feature request] Python Support #53

Closed Tes3awy closed 2 years ago

Tes3awy commented 2 years ago

Please consider adding support for Python

Syntax example:

import re

regex1 = r"^foo"

re.search('bar foo', regex1)
<re.Match object; span=(0, 7), match='bar foo'>

Thank you

chrmarti commented 2 years ago

Tracking as https://github.com/chrmarti/vscode-regex/issues/35.