zed-industries / extensions

Extensions for the Zed editor
801 stars 331 forks source link

outdated swift syntax #1266

Closed yaroslavyaroslav closed 3 weeks ago

yaroslavyaroslav commented 4 weeks ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Swift package leads to this repo, so I'm posting it here.

https://github.com/alex-pinkus/tree-sitter-swift has released 0.5.0 tree sitter grammars that handles latest language features, while in the plugin just 0.4.0 is still used.

I wasn't able to find the source from where plugin is installed, so unable to provide a dummy pr with grammars version bump, so here we are.

Environment

macOS 15 public beta 4 zed 0.148.1

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

Zed.log


WeetHet commented 3 weeks ago

Sure, I've made a PR: https://github.com/zed-extensions/swift/pull/15