aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/elixir-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton12 days1-1/+1
* Improve hideshow support for elixir-ts-mode and heex-ts-modeJuri Linkov2025-11-101-2/+4
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* Fix grammar installation in elixir-ts-mode and heex-ts-modeRoi Martin2025-09-071-223/+219
* Silence byte-compile warnings when treesit is not availableJuri Linkov2025-08-181-1/+5
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-6/+18
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-5/+7
* Add 'treesit-sexp-thing' to use instead of 'treesit-sexp-type-regexp'.Juri Linkov2025-06-121-3/+3
* * lisp/treesit.el: New variables for 'down-list' and 'up-list'.Juri Linkov2025-05-211-1/+7
* Improve elixir-ts--thing-settings.Juri Linkov2025-05-011-3/+5
* Fix all issues for the case when tree-sitter is disabled.Juri Linkov2025-04-221-6/+7
* Fix indentation test failure for elixir-ts--indent-rulesJuri Linkov2025-04-201-1/+15
* Embed elixir in heex as well as elixir->heex->elixir (bug#76788).Juri Linkov2025-04-181-52/+61
* Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-3/+12
* Change the default navigation sexp-type in 'elixir-ts-mode'.Juri Linkov2025-04-161-1/+4
* Fix treesit-forward-sexp/list navigation in the middle of a node.Juri Linkov2025-04-101-0/+5
* New command 'treesit-toggle-sexp-mode' (bug#76676).Juri Linkov2025-04-091-20/+37
* New function treesit-parsers-at for treesit-language-at (bug#77256).Juri Linkov2025-04-081-15/+0
* Prefer incf to cl-incf in progmodes/*.elStefan Kangas2025-02-251-1/+1
* Merge from origin/emacs-30Eli Zaretskii2025-01-041-3/+1
|\
| * Always match underscore variables for elixir-ts-modeWilhelm Kirschbaum2024-12-281-3/+1
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Add verified grammar version comment for tree-sitter modesYuan Fu2024-12-301-0/+10
* | Merge from origin/emacs-30Eli Zaretskii2024-12-281-1/+6
|\ \ | |/
| * Add missing fontification matches for elixir-ts-modeWilhelm Kirschbaum2024-12-281-1/+6
* | Declare tree-sitter functions with a new macroYuan Fu2024-12-121-16/+1
|/
* Remove duplicate indent rules in elixir-ts-modeYuan Fu2024-10-071-3/+0
* Set treesit-primary-parser for c and elixir ts modeYuan Fu2024-09-141-1/+2
* Fix elixir-ts-mode's range queryYuan Fu2024-09-081-1/+3
* Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier2024-03-091-0/+2
* elixir-ts-mode: Highlight more method definitionsWilhelm Kirschbaum2024-02-071-0/+5
* elixir-ts-mode: Bring the faces' use closer to other ts modesDmitry Gutov2024-02-071-26/+27
* Add access_call fontification to elixir-ts-modeWilhelm Kirschbaum2024-02-071-1/+3
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Various improvements to font-lock-settings for elixir-ts-modeWilhelm H Kirschbaum2023-11-291-132/+191
* ; Add commentary for exposing a mode hook to CustomEli Zaretskii2023-11-181-0/+5
* Add elixir-ts-mode-hook to elixir-ts-modeWilhelm H Kirschbaum2023-11-181-0/+7
* Simplify sigil font-lock match for elixir-ts-modeWilhelm H Kirschbaum2023-10-261-4/+3
* ; * lisp/progmodes/elixir-ts-mode.el (treesit-node-p): Declare.Eli Zaretskii2023-09-301-0/+1
* Fix treesit-langauge-at-point for elixir-ts-mode.Wilhelm H Kirschbaum2023-09-261-16/+19
* Improve call indentation for elixir-ts-modeWilhelm H Kirschbaum2023-04-291-1/+1
* Add bitstring indentation and navigation for elixir-ts-modeWilhelm H Kirschbaum2023-04-291-1/+3
* Handle electric heredocs pairs in elixir-ts-modeWilhelm H Kirschbaum2023-04-061-4/+22
* Propertize heredocs in elixir-ts-modeWilhelm H Kirschbaum2023-04-061-1/+20
* Improve sigil fontification for elixir-ts-modeWilhelm H Kirschbaum2023-04-041-6/+3
* Improve list indentation for elixir-ts-modeWilhelm H Kirschbaum2023-04-041-2/+8
* Fix elixir-ts-mode.elc warning (bug#62155)Wilhelm H Kirschbaum2023-03-161-3/+10
* ; * lisp/progmodes/elixir-ts-mode.el: remove duplicates from regexpMattias EngdegÄrd2023-03-151-1/+1
* Add elixir-ts-mode (Bug#61996)Wilhelm H Kirschbaum2023-03-121-0/+634