CFiggers / vscode-janet-plus-plus

Janet language support for Visual Studio Code
Other
10 stars 2 forks source link

Wrong indentation for many macros with `& body` args #18

Closed jangler closed 6 months ago

jangler commented 7 months ago

The following macros from the core API currently indent like normal tuples rather than like do:

CFiggers commented 6 months ago

Hi @jangler —this is addressed now with pre-release version 1.1.3. Check it out in the Extension Marketplace and let me know if you have any feedback!

jangler commented 6 months ago

The ones I tried seem to indent correctly now. Thanks!