Skip to content

Commit 7641373

Browse files
authored
Merge pull request #496 from elixir-editors/mention-tree-sitter
Add mention of Tree-Sitter WIP work
2 parents bf68a38 + 03dc49e commit 7641373

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Provides font-locking, indentation and navigation support for the
1919
- [Notes](#notes)
2020
- [Elixir Tooling Integration](#elixir-tooling-integration)
2121
- [Elixir Format](#elixir-format)
22+
- [Treesitter Support](#treesitter-support)
2223
- [History](#history)
2324
- [Contributing](#contributing)
2425
- [License](#license)
@@ -181,6 +182,9 @@ or you set `elixir-format-arguments` in a hook like this:
181182
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.
182183
Please note that this code snippet may cause unhappiness if there is no `.formatter.exs` file available.
183184

185+
## Treesitter Support
186+
187+
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).
184188

185189
## History
186190

0 commit comments

Comments
 (0)