Python-vscode icon indicating copy to clipboard operation
Python-vscode copied to clipboard

Syntax highlighting for python functions breaks if return type hint is Specfied

Open reporter123 opened this issue 3 years ago • 1 comments

The fallowing results in incorrect syntax highlighting:

def a()->None: """d""" #f pass

removing ->None works as expected. For myself I have found an alternate extension for my needs.

reporter123 avatar Jul 16 '21 03:07 reporter123

+1 thanks for this extension anyway :)

ikariwing avatar Mar 23 '22 10:03 ikariwing