-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone Tact v1.3.0 #8
Comments
As an aside, started working on major Emacs mode (i.e. plugin) for Tact after the last poll in the dev community. It would largely consist of: tree-sitter-tact integration and inclusion of upcoming LSP (both extracted and planned :) |
Postponed the finalization of that project until Tact/TON has more Emacs users. Existing queries for tree-sitter should just work for Emacs prior to version 29 and the existing extracted LS should be easy to bind on any Emacs having an Eglot or LSP-mode. Prioritizing making a nice Sublime Text package now! |
And with adding support to Neovim, this is now completed! Now all users of Neovim won't have to configure anything beyond installing tree-sitter plugin there and getting highlighting, indentation, sticky contexts, various selections and more out of the box once they open any .tact file 🎉 |
This is a tracking issue towards matching Tact v1.3.0: tact-lang/tact#280
Parser: https://github.com/tact-lang/tree-sitter-tact/releases/tag/v1.3.0
PRs to Neovim:
nvim-treesitter
: feat: add support for Tact nvim-treesitter/nvim-treesitter#6554nvim-treesitter-textobjects
: feat: add Tact queries nvim-treesitter/nvim-treesitter-textobjects#609nvim-treesitter-context
: feat: add Tact queries nvim-treesitter/nvim-treesitter-context#436The text was updated successfully, but these errors were encountered: