Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add mention of Tree-Sitter WIP work #496

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

Merged
merged 3 commits into from
Feb 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Provides font-locking, indentation and navigation support for the
- [Notes](#notes)
- [Elixir Tooling Integration](#elixir-tooling-integration)
- [Elixir Format](#elixir-format)
- [Treesitter Support](#treesitter-support)
- [History](#history)
- [Contributing](#contributing)
- [License](#license)
Expand Down Expand Up @@ -181,6 +182,9 @@ or you set `elixir-format-arguments` in a hook like this:
In this example we use [Projectile](https://github.com/bbatsov/projectile) to determine if we are in a project and then set `elixir-format-arguments` accordingly.
Please note that this code snippet may cause unhappiness if there is no `.formatter.exs` file available.

## Treesitter Support

There is a work-in-progress mode that uses Tree-Sitter instead of SMIE. If you are on Emacs 29.x you can try it out [wkirschbaum/elixir-ts-mode](https://github.com/wkirschbaum/elixir-ts-mode).

## History

Expand Down