index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
elixir-ts-mode.el
Age
Commit message (
Expand
)
Author
2026-05-23
Add treesit-ready-p check back to tree-sitter major modes (bug#80909)
Yuan Fu
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-11-10
Improve hideshow support for elixir-ts-mode and heex-ts-mode
Juri Linkov
2025-10-16
Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms
Juri Linkov
2025-09-07
Fix grammar installation in elixir-ts-mode and heex-ts-mode
Roi Martin
2025-08-18
Silence byte-compile warnings when treesit is not available
Juri Linkov
2025-08-14
New user option 'treesit-enabled-modes' (bug#79180)
Juri Linkov
2025-06-20
Use keyword :commit with full hashes for treesit-language-source-alist.
Juri Linkov
2025-06-12
Add 'treesit-sexp-thing' to use instead of 'treesit-sexp-type-regexp'.
Juri Linkov
2025-05-21
* lisp/treesit.el: New variables for 'down-list' and 'up-list'.
Juri Linkov
2025-05-01
Improve elixir-ts--thing-settings.
Juri Linkov
2025-04-22
Fix all issues for the case when tree-sitter is disabled.
Juri Linkov
2025-04-20
Fix indentation test failure for elixir-ts--indent-rules
Juri Linkov
2025-04-18
Embed elixir in heex as well as elixir->heex->elixir (bug#76788).
Juri Linkov
2025-04-18
Lock tree-sitter language grammars to verified versions.
Juri Linkov
2025-04-16
Change the default navigation sexp-type in 'elixir-ts-mode'.
Juri Linkov
2025-04-10
Fix treesit-forward-sexp/list navigation in the middle of a node.
Juri Linkov
2025-04-09
New command 'treesit-toggle-sexp-mode' (bug#76676).
Juri Linkov
2025-04-08
New function treesit-parsers-at for treesit-language-at (bug#77256).
Juri Linkov
2025-02-25
Prefer incf to cl-incf in progmodes/*.el
Stefan Kangas
2025-01-04
Merge from origin/emacs-30
Eli Zaretskii
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-30
Add verified grammar version comment for tree-sitter modes
Yuan Fu
2024-12-28
Always match underscore variables for elixir-ts-mode
Wilhelm Kirschbaum
2024-12-28
Merge from origin/emacs-30
Eli Zaretskii
2024-12-28
Add missing fontification matches for elixir-ts-mode
Wilhelm Kirschbaum
2024-12-12
Declare tree-sitter functions with a new macro
Yuan Fu
2024-10-07
Remove duplicate indent rules in elixir-ts-mode
Yuan Fu
2024-09-14
Set treesit-primary-parser for c and elixir ts mode
Yuan Fu
2024-09-08
Fix elixir-ts-mode's range query
Yuan Fu
2024-03-09
Add non-TS modes as extra parent of TS modes (bug#68246)
Stefan Monnier
2024-02-07
elixir-ts-mode: Highlight more method definitions
Wilhelm Kirschbaum
2024-02-07
elixir-ts-mode: Bring the faces' use closer to other ts modes
Dmitry Gutov
2024-02-07
Add access_call fontification to elixir-ts-mode
Wilhelm Kirschbaum
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-11-29
Various improvements to font-lock-settings for elixir-ts-mode
Wilhelm H Kirschbaum
2023-11-18
; Add commentary for exposing a mode hook to Custom
Eli Zaretskii
2023-11-18
Add elixir-ts-mode-hook to elixir-ts-mode
Wilhelm H Kirschbaum
2023-10-26
Simplify sigil font-lock match for elixir-ts-mode
Wilhelm H Kirschbaum
2023-09-30
; * lisp/progmodes/elixir-ts-mode.el (treesit-node-p): Declare.
Eli Zaretskii
2023-09-26
Fix treesit-langauge-at-point for elixir-ts-mode.
Wilhelm H Kirschbaum
2023-04-29
Improve call indentation for elixir-ts-mode
Wilhelm H Kirschbaum
2023-04-29
Add bitstring indentation and navigation for elixir-ts-mode
Wilhelm H Kirschbaum
2023-04-06
Handle electric heredocs pairs in elixir-ts-mode
Wilhelm H Kirschbaum
2023-04-06
Propertize heredocs in elixir-ts-mode
Wilhelm H Kirschbaum
2023-04-04
Improve sigil fontification for elixir-ts-mode
Wilhelm H Kirschbaum
2023-04-04
Improve list indentation for elixir-ts-mode
Wilhelm H Kirschbaum
2023-03-16
Fix elixir-ts-mode.elc warning (bug#62155)
Wilhelm H Kirschbaum
2023-03-15
; * lisp/progmodes/elixir-ts-mode.el: remove duplicates from regexp
Mattias EngdegÄrd
2023-03-12
Add elixir-ts-mode (Bug#61996)
Wilhelm H Kirschbaum