Skip to content

Updated docstring regex to allow folding of raw python strings #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2017
Merged

Updated docstring regex to allow folding of raw python strings #760

merged 1 commit into from
Jun 9, 2017

Conversation

ColinKennedy
Copy link
Contributor

pymode folding recognizes docstring styles (''', """) and the unicode u, U prefix (u''', u""") but does not recognize a raw prefix. This pull request adds this functionality.

@fmv1992 fmv1992 merged commit a8d2b4a into python-mode:develop Jun 9, 2017
@fmv1992
Copy link
Contributor

fmv1992 commented Jun 9, 2017

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants