summaryrefslogtreecommitdiff
path: root/lisp/progmodes/elixir-ts-mode.el
AgeCommit message (Expand)Author
2026-05-23Add 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-10Improve hideshow support for elixir-ts-mode and heex-ts-modeJuri Linkov
2025-10-16Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov
2025-09-07Fix grammar installation in elixir-ts-mode and heex-ts-modeRoi Martin
2025-08-18Silence byte-compile warnings when treesit is not availableJuri Linkov
2025-08-14New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov
2025-06-20Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov
2025-06-12Add '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-01Improve elixir-ts--thing-settings.Juri Linkov
2025-04-22Fix all issues for the case when tree-sitter is disabled.Juri Linkov
2025-04-20Fix indentation test failure for elixir-ts--indent-rulesJuri Linkov
2025-04-18Embed elixir in heex as well as elixir->heex->elixir (bug#76788).Juri Linkov
2025-04-18Lock tree-sitter language grammars to verified versions.Juri Linkov
2025-04-16Change the default navigation sexp-type in 'elixir-ts-mode'.Juri Linkov
2025-04-10Fix treesit-forward-sexp/list navigation in the middle of a node.Juri Linkov
2025-04-09New command 'treesit-toggle-sexp-mode' (bug#76676).Juri Linkov
2025-04-08New function treesit-parsers-at for treesit-language-at (bug#77256).Juri Linkov
2025-02-25Prefer incf to cl-incf in progmodes/*.elStefan Kangas
2025-01-04Merge from origin/emacs-30Eli Zaretskii
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-30Add verified grammar version comment for tree-sitter modesYuan Fu
2024-12-28Always match underscore variables for elixir-ts-modeWilhelm Kirschbaum
2024-12-28Merge from origin/emacs-30Eli Zaretskii
2024-12-28Add missing fontification matches for elixir-ts-modeWilhelm Kirschbaum
2024-12-12Declare tree-sitter functions with a new macroYuan Fu
2024-10-07Remove duplicate indent rules in elixir-ts-modeYuan Fu
2024-09-14Set treesit-primary-parser for c and elixir ts modeYuan Fu
2024-09-08Fix elixir-ts-mode's range queryYuan Fu
2024-03-09Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier
2024-02-07elixir-ts-mode: Highlight more method definitionsWilhelm Kirschbaum
2024-02-07elixir-ts-mode: Bring the faces' use closer to other ts modesDmitry Gutov
2024-02-07Add access_call fontification to elixir-ts-modeWilhelm Kirschbaum
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-29Various improvements to font-lock-settings for elixir-ts-modeWilhelm H Kirschbaum
2023-11-18; Add commentary for exposing a mode hook to CustomEli Zaretskii
2023-11-18Add elixir-ts-mode-hook to elixir-ts-modeWilhelm H Kirschbaum
2023-10-26Simplify sigil font-lock match for elixir-ts-modeWilhelm H Kirschbaum
2023-09-30; * lisp/progmodes/elixir-ts-mode.el (treesit-node-p): Declare.Eli Zaretskii
2023-09-26Fix treesit-langauge-at-point for elixir-ts-mode.Wilhelm H Kirschbaum
2023-04-29Improve call indentation for elixir-ts-modeWilhelm H Kirschbaum
2023-04-29Add bitstring indentation and navigation for elixir-ts-modeWilhelm H Kirschbaum
2023-04-06Handle electric heredocs pairs in elixir-ts-modeWilhelm H Kirschbaum
2023-04-06Propertize heredocs in elixir-ts-modeWilhelm H Kirschbaum
2023-04-04Improve sigil fontification for elixir-ts-modeWilhelm H Kirschbaum
2023-04-04Improve list indentation for elixir-ts-modeWilhelm H Kirschbaum
2023-03-16Fix elixir-ts-mode.elc warning (bug#62155)Wilhelm H Kirschbaum
2023-03-15; * lisp/progmodes/elixir-ts-mode.el: remove duplicates from regexpMattias EngdegÄrd
2023-03-12Add elixir-ts-mode (Bug#61996)Wilhelm H Kirschbaum