PyCharm (I think only the paid edition) does recognise SQL in plain string 
literals just because it looks like SQL, and it offers various features from 
there including syntax highlighting. It also recognises that the first argument 
to functions like `re.match` is a regex and has features for that, regardless 
of whether you use raw strings.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/2IXMHZYOJV7BCS5XWFT5WJ45X76SSTTL/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to