[Python-Dev] Re: VS Code extension for Python.asdl

2020-03-04 Thread Brett Cannon
Guido van Rossum wrote: > How easy are extensions like this to make? We might want to have one for > the PEG grammar (if it goes through). I don't think it's very hard. For instance, https://github.com/brettcannon/vscode-zephyr-asdl is what it takes to add syntax highlighting for ASDL. It pretty

[Python-Dev] Re: VS Code extension for Python.asdl

2020-03-03 Thread Guido van Rossum
How easy are extensions like this to make? We might want to have one for the PEG grammar (if it goes through). On Tue, Mar 3, 2020 at 6:44 PM Brett Cannon wrote: > https://marketplace.visualstudio.com/items?itemName=brettcannon.zephyr-asdl > > Basically syntax highlighting and automatic bracket