tht13 / Python-vscode

A Python language pack for Visual Studio Code
MIT License
17 stars 11 forks source link

Highlights wrong e in line line - 'except oserror as e' #9

Closed tht13 closed 8 years ago

tht13 commented 8 years ago

highlights the 'e' in except rather than 'as e' this will be a issue with how the regex is performed

tht13 commented 8 years ago

Fixes in pull request #10