zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 161 forks source link

Python 3 #572

Open idupree opened 8 years ago

idupree commented 8 years ago

Right now the editor shows errors on lines using python3 syntax like "nonlocal x". The editor could tell which version of python I'm using by the first line of the file being #!/usr/bin/env python3.

(related: #549)