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

Arguments beginning with capital letters #2

Closed benranderson closed 7 months ago

benranderson commented 7 months ago

Love the extension. However, finding it doesn't seem to recognise function arguments beginning with a capital letter.

Same issue with both Google and NumPy formats:

image

rodolphebarbanneau commented 7 months ago

Hello, thanks for your feedback! I've updated the extension to accept parameters starting with an uppercase character.