Open reporter123 opened 3 years ago
The fallowing results in incorrect syntax highlighting:
def a()->None: """d"""
pass
removing ->None works as expected. For myself I have found an alternate extension for my needs.
+1 thanks for this extension anyway :)
The fallowing results in incorrect syntax highlighting:
def a()->None: """d"""
f
removing ->None works as expected. For myself I have found an alternate extension for my needs.