You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Since I noticed this plugin tries to detect SQL from strings in order to highlight them, I figured it might just as well highlight docstrings as reStructuredText. Also there is no need to detect if any docstrings could be highlighted as SQL.
This would affect:
function docstrings
class docstrings
module docstrings
sphinx property comments
"""Module docstring."""classA:
""" Class docstring """#: Property commentprop='prop'def__init__(self):
""" Function docstring """#: Property commentself.prop='prop'defa():
""" Function docstring """#: Property commentprop='prop'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since I noticed this plugin tries to detect SQL from strings in order to highlight them, I figured it might just as well highlight docstrings as reStructuredText. Also there is no need to detect if any docstrings could be highlighted as SQL.
This would affect:
The text was updated successfully, but these errors were encountered: