emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 updated (cac070b23e -> cb761eb7ac)


From: Yuan Fu
Subject: emacs-29 updated (cac070b23e -> cb761eb7ac)
Date: Thu, 15 Dec 2022 20:47:20 -0500 (EST)

casouri pushed a change to branch emacs-29.

      from  cac070b23e Add "this" keyword to java-ts-mode (bug#60086)
       new  e8f7ab67ad Add basic support for hideshow in python-ts-mode 
(bug#60044)
       new  fee2efe1b0 Add go-ts-mode and go-mod-ts-mode (Bug#60025)
       new  037407ad95 Add "function" feature to python-ts-mode (bug#59977)
       new  cb761eb7ac Use the new tree-sitter commands


Summary of changes:
 admin/notes/tree-sitter/build-module/batch.sh |   1 +
 admin/notes/tree-sitter/build-module/build.sh |   5 +
 etc/NEWS                                      |   8 +
 lisp/progmodes/c-ts-mode.el                   |  35 ++-
 lisp/progmodes/eglot.el                       |   3 +-
 lisp/progmodes/go-ts-mode.el                  | 354 ++++++++++++++++++++++++++
 lisp/progmodes/python.el                      |  42 +--
 lisp/progmodes/sh-script.el                   |   2 +
 lisp/treesit.el                               |  71 +++---
 9 files changed, 462 insertions(+), 59 deletions(-)
 create mode 100644 lisp/progmodes/go-ts-mode.el



reply via email to

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