[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (dc653bf0636 -> ec3f9434c7d)
From: |
Yuan Fu |
Subject: |
master updated (dc653bf0636 -> ec3f9434c7d) |
Date: |
Mon, 30 Dec 2024 03:24:06 -0500 (EST) |
casouri pushed a change to branch master.
from dc653bf0636 * lisp/treesit.el
(treesit-show-paren-data--categorize): Improve.
new a22730f4d78 Support COMMIT in treesit-language-source-alist
new e2f79171529 Refactor treesit--install-language-grammar-1
new 9e1e9fdff44 Refactor treesit-admin--verify-major-mode-queries
new d5ad51f25fb Add treesit-admin--find-latest-compatible-revision
new c9624c21117 Add treesit-admin--last-compatible-grammar-for-modes
new 5ec170985f4 ; Move treesit-admin into tree-sitter directory
new d9cfe1fe92f Add treesit-admin-generate-compatibility-report
new 0b1986ba524 Generate compatibility report for multiple Emacs
versions
new 732a1108b0b Add verified grammar version comment for tree-sitter
modes
new ec3f9434c7d Make typescript-ts-mode work with latest grammar
Summary of changes:
admin/tree-sitter/compat-template.html | 39 +++
admin/tree-sitter/treesit-admin.el | 453 +++++++++++++++++++++++++++++++++
admin/treesit-admin.el | 208 ---------------
lisp/progmodes/c-ts-mode.el | 2 +-
lisp/progmodes/cmake-ts-mode.el | 2 +-
lisp/progmodes/dockerfile-ts-mode.el | 9 +
lisp/progmodes/elixir-ts-mode.el | 10 +
lisp/progmodes/go-ts-mode.el | 9 +
lisp/progmodes/heex-ts-mode.el | 9 +
lisp/progmodes/java-ts-mode.el | 9 +
lisp/progmodes/js.el | 10 +
lisp/progmodes/json-ts-mode.el | 9 +
lisp/progmodes/lua-ts-mode.el | 9 +
lisp/progmodes/php-ts-mode.el | 14 +
lisp/progmodes/ruby-ts-mode.el | 9 +
lisp/progmodes/rust-ts-mode.el | 9 +
lisp/progmodes/typescript-ts-mode.el | 77 ++++--
lisp/textmodes/css-mode.el | 9 +
lisp/textmodes/html-ts-mode.el | 9 +
lisp/treesit.el | 196 +++++++-------
20 files changed, 779 insertions(+), 322 deletions(-)
create mode 100644 admin/tree-sitter/compat-template.html
create mode 100644 admin/tree-sitter/treesit-admin.el
delete mode 100644 admin/treesit-admin.el
- master updated (dc653bf0636 -> ec3f9434c7d),
Yuan Fu <=
- master 9e1e9fdff44 03/10: Refactor treesit-admin--verify-major-mode-queries, Yuan Fu, 2024/12/30
- master c9624c21117 05/10: Add treesit-admin--last-compatible-grammar-for-modes, Yuan Fu, 2024/12/30
- master d9cfe1fe92f 07/10: Add treesit-admin-generate-compatibility-report, Yuan Fu, 2024/12/30
- master a22730f4d78 01/10: Support COMMIT in treesit-language-source-alist, Yuan Fu, 2024/12/30
- master d5ad51f25fb 04/10: Add treesit-admin--find-latest-compatible-revision, Yuan Fu, 2024/12/30
- master e2f79171529 02/10: Refactor treesit--install-language-grammar-1, Yuan Fu, 2024/12/30
- master 0b1986ba524 08/10: Generate compatibility report for multiple Emacs versions, Yuan Fu, 2024/12/30
- master 732a1108b0b 09/10: Add verified grammar version comment for tree-sitter modes, Yuan Fu, 2024/12/30
- master ec3f9434c7d 10/10: Make typescript-ts-mode work with latest grammar, Yuan Fu, 2024/12/30
- master 5ec170985f4 06/10: ; Move treesit-admin into tree-sitter directory, Yuan Fu, 2024/12/30