rodolphebarbanneau / python-docstring-highlighter

Syntax highlighting for Python Docstring in VSCode.
https://marketplace.visualstudio.com/items?itemName=rodolphebarbanneau.python-docstring-highlighter
MIT License
52 stars 2 forks source link

Not Recognizing 'Dash' Argument Names #3

Closed mctinker closed 7 months ago

mctinker commented 7 months ago

The extension does not pick up names that begin with a dash. Example:

Parameters:
    - frame (ctk.CTkFrame): The frame to add the option menu to.
    - command (object): The function to be called when an option is selected.

These parameters are automatically generated for me by an AI assistant. Is there any way you can recognize the dashes?

rodolphebarbanneau commented 7 months ago

Hello, thanks for your feedback! I've updated the extension to accepts a leading hyphen before parameters.