emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (d19416d15c2 -> d965d030879)


From: Eli Zaretskii
Subject: master updated (d19416d15c2 -> d965d030879)
Date: Sun, 12 Mar 2023 11:43:05 -0400 (EDT)

eliz pushed a change to branch master.

      from  d19416d15c2 Fix pluralization in shortdoc-help-fns-examples-function
       new  802e64922bc Add heex-ts-mode (Bug#61996)
       new  d965d030879 Add elixir-ts-mode (Bug#61996)


Summary of changes:
 admin/notes/tree-sitter/build-module/batch.sh      |   2 +
 admin/notes/tree-sitter/build-module/build.sh      |   6 +
 etc/NEWS                                           |   7 +
 lisp/progmodes/eglot.el                            |   2 +-
 lisp/progmodes/elixir-ts-mode.el                   | 634 +++++++++++++++++++++
 lisp/progmodes/heex-ts-mode.el                     | 185 ++++++
 .../progmodes/elixir-ts-mode-resources/indent.erts | 308 ++++++++++
 ...go-ts-mode-tests.el => elixir-ts-mode-tests.el} |  10 +-
 .../progmodes/heex-ts-mode-resources/indent.erts   |  47 ++
 test/lisp/progmodes/heex-ts-mode-tests.el          |   9 +
 10 files changed, 1204 insertions(+), 6 deletions(-)
 create mode 100644 lisp/progmodes/elixir-ts-mode.el
 create mode 100644 lisp/progmodes/heex-ts-mode.el
 create mode 100644 test/lisp/progmodes/elixir-ts-mode-resources/indent.erts
 copy test/lisp/progmodes/{go-ts-mode-tests.el => elixir-ts-mode-tests.el} (74%)
 create mode 100644 test/lisp/progmodes/heex-ts-mode-resources/indent.erts
 create mode 100644 test/lisp/progmodes/heex-ts-mode-tests.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]