-
-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Description
Syntax highlighting of myfinc2 fails (Github seems to do this ok), see also screenshot below. It is related to the presence of )
inside the function signature.
def myfunc1(a='syntax highligting ok', b='another string'):
"""Myfunc1 docstring."""
print a
print b
def myfunc2(a='syntax highlighting not ok)', b='another string'):
"""Myfunc2 docstring."""
print a
print b
This is on develop branch.
Metadata
Metadata
Assignees
Labels
No labels