blob: d110692123f5a97a31a54dcd93cf38527578a332 [file] [log] [blame]
def some_function(*args,): # <- missing highlighting here
pass
def some_function(**kwargs,): # <- missing highlighting here
pass