Path to this page: ./
textproc/tree-sitter-elixir,
Elixir grammar for tree-sitter
Branch: CURRENT,
Version: 0.3.5,
Package name: tree-sitter-elixir-0.3.5,
Maintainer: pkgsrc-usersElixir grammar for tree-sitter.
Master sites:
Filesize: 548.102 KB
Version history: (Expand)
- (2026-03-09) Updated to version: tree-sitter-elixir-0.3.5
- (2025-02-09) Updated to version: tree-sitter-elixir-0.3.4
- (2024-12-26) Updated to version: tree-sitter-elixir-0.3.3
- (2024-10-08) Updated to version: tree-sitter-elixir-0.3.1
- (2024-09-13) Updated to version: tree-sitter-elixir-0.3.0
- (2024-04-18) Updated to version: tree-sitter-elixir-0.2.0
CVS history: (Expand)
2026-03-09 18:27:00 by Thomas Klausner | Files touched by this commit (2) |  |
Log message: tree-sitter-elixir: update to 0.3.5. Support for ~SQL sigils in the built-in injections (#84) WASM binary to the npm package (#87) |
2025-02-09 15:13:52 by Thomas Klausner | Files touched by this commit (2) |  |
Log message: tree-sitter-elixir: update to 0.3.4. Changed the built-in queries to use #any-of? predicate over #match? (#80) |
2024-12-26 11:58:54 by Thomas Klausner | Files touched by this commit (2) |  |
Log message: tree-sitter-elixir: update to 0.3.3. 0.3.3 Changed The parser now accepts anonymous functions with no clauses (#78) Moved parser information to tree-sitter.json (#79) 0.3.2 Added Support for ~LVN sigils (LiveView Native templates) in the built-in \ injections (#75) |
2024-10-08 17:41:29 by Thomas Klausner | Files touched by this commit (2) |  |
Log message: tree-sitter-elixir: update to 0.3.1. ## [v0.3.1] * Changed highlight queries to distinguish field access from calls |
2024-09-13 12:00:21 by Thomas Klausner | Files touched by this commit (2) |  |
Log message: tree-sitter-elixir: update to 0.3.0. The Rust crate to depend on tree-sitter-language rather than tree-sitter (#70) |
2024-04-18 11:11:22 by Thomas Klausner | Files touched by this commit (2) |  |
Log message: tree-sitter-elixir: update to 0.2.0. ## [v0.2.0](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.2.0) \ (2024-04-08) ### Changed * Required tree-sitter version to 0.21+ \ ([#66](https://github.com/elixir-lang/tree-sitter-elixir/pull/66)) |
2023-12-17 23:33:58 by Thomas Klausner | Files touched by this commit (2) |  |
Log message: tree-sitter-elixir: update to 0.1.1. Changed Rewritten the custom scanner code in C (#56) Fixed Parsing empty interpolation (#55) Fixed the repository URL in the Rust crate (#57) |
2023-03-14 11:11:15 by Thomas Klausner | Files touched by this commit (2) |  |
Log message: tree-sitter-elixir: update to 0.1.0. Support multi-letter uppercase sigils (#50) |