We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever a raw docstring has a special character ( ), even if they are escaped properly, syntax highlighting fails. Following is a valid python script:
(
)
def hi(name): r""" Say hi! (with a \) special characters. """ return 'hi ' + name print(hi('avi'))
However sublime shows everything as a comment:
Sublime Version: ST3, build 3083. OS: OS X 10.11.1 To reproduce: Copy the above code snippet in ST and see the highlighting.
The text was updated successfully, but these errors were encountered:
+1 I can confirm that this is an issue.
Sorry, something went wrong.
This looks to be fixed in dev build 3095.
No branches or pull requests
Whenever a raw docstring has a special character
(
)
, even if they are escaped properly, syntax highlighting fails. Following is a valid python script:However sublime shows everything as a comment:
Sublime Version: ST3, build 3083.
OS: OS X 10.11.1
To reproduce: Copy the above code snippet in ST and see the highlighting.
The text was updated successfully, but these errors were encountered: