swift-mode icon indicating copy to clipboard operation
swift-mode copied to clipboard

Support for Emacs 29+ treesitter integration

Open sjrmanning opened this issue 1 year ago • 1 comments

Now that Emacs 29 has built-in treesitter support and there's a Swift grammar here, it looks like we'd need a swift-ts-mode to actually take advantage of it. I found some notes on creating a treesitter-powered major mode here.

sjrmanning avatar Mar 10 '23 15:03 sjrmanning

It's very promising. It will improve accuracy, performance, and maintainability. It seems that it requires a lot of work to implement the new mode.

taku0 avatar Mar 11 '23 15:03 taku0