wingyplus
Hi,
I’m working on bringing tree-sitter-elixir to emacs tree-sitter-lang to make support syntax highlighting. The branch that I’m working on is here. You can clone and point to the package via load-path for or use-package if you using it. ![]()
If you found any issue such as syntax highlight is the wrong color, comment on this thread or comment on Emacs tree-sitter support · Issue #4 · elixir-lang/tree-sitter-elixir · GitHub with mentioning me.
Thanks. ![]()
Trending in Discussions
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
A little off-topic, but I feel like people here have a good head on their shoulders.
I used to be quite good at making software. Was luc...
New
Hi there! :wave:
@frigidcode and I (but mostly him) have been running an Elixir Book club, we’re almost done with Designing Elixir Syste...
New
I love Elixir. It’s one of 2 programming languages I’ve ever fallen in love with.
But I don’t use it anymore.
Serverless was the promis...
New
What IDE or editor are you using for Elixir development?
Personally, I use Zed, and I really like it, but sometimes I wish there were a ...
New
Other Trending Topics
Hi everyone! I just published my first library on Hex: pix_brcode.
What is Pix? Pix is Brazil’s instant payment system, run by the Centr...
New
Edit: 2026 May 15 - This post is archived.
Mob is alive!!
Main docs: mob v0.7.11 — Documentation
A bit of explanation for the slightly c...
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Just published claude-code-elixir, a plugin marketplace for Claude Code with Elixir support. These are the plugins I’ve been using for my...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ai
- #ecto-query
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #elixirconf-eu
- #api
- #forms
- #metaprogramming
- #hex










Showing Posts 1 to 6- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
dimitarvp
Kudos for the effort! Do you have a step-by-step for Spacemacs? I suppose inserting
use-packageat the right place should be enough?wingyplus
I didn’t use spacemacs in my daily life. But I can tell that it’s need to enable per major-mode via hook or enable it all. The package will know that what syntax should use base on major mode.
You can see it here for the resource about tree-sitter syntax highlight.
axelson
FYI, I’ve been testing this locally and it’s been working well for me (I just switched to your “treesitter-queries” branch), although it does seem a little slower than I’d like, but that might be similar to this nvim treesitter issue:
https://github.com/nvim-treesitter/nvim-treesitter/issues/1957
wingyplus
Thanks for your help and sorry for the late reply. I would keep an eye on that issue.
axelson
No worries. Thanks for driving this forward!
wingyplus
Hi,
Sorry for disappearing for so long. I’ve got a bit busy from taking care my kid.
I would like to update the PR details here:
I’ve encounter the issue on
but I think the syntax highlight now looks ready.
not inkeyword and not sure how to solving this issue at the momentIf someone find any issue. Feel free to mention me in the PR comment or reply this thread.
Thanks.