emacs-diffs
[Top][All Lists]
Advanced

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

feature/tree-sitter updated (c4179117af -> f1e058d46b)


From: Yuan Fu
Subject: feature/tree-sitter updated (c4179117af -> f1e058d46b)
Date: Sat, 15 Oct 2022 19:10:36 -0400 (EDT)

casouri pushed a change to branch feature/tree-sitter.

      from  c4179117af Fix byte-compile warning for 
js--treesit-defun-type-regexp
       new  45b8204e09 Add TypeScript support with tree-sitter
       new  77f1533ccb ; Comment and docstring fixup in ts-mode.el
       new  0b3f785c4a Better signal data for treesit-load-language-error
       new  bc66ff9875 * src/treesit.c (Ftreesit_query_language): New function.
       new  f0e9085a17 * doc/lispref/parsing.texi: Add manual for 
treesit-query-language.
       new  af288d813b Rework tree-sitter font-lock
       new  bb8a46e559 Update tree-sitter manual to reflect the previous commit
       new  f1e058d46b Update ts-mode font-lock to work with tree-sitter's 
:feature


Summary of changes:
 doc/lispref/modes.texi    |  75 +++++++---
 doc/lispref/parsing.texi  |  30 +++-
 etc/NEWS                  |   7 +
 lisp/progmodes/js.el      |   4 +-
 lisp/progmodes/python.el  |  10 +-
 lisp/progmodes/ts-mode.el | 370 ++++++++++++++++++++++++++++++++++++++++++++++
 lisp/treesit.el           | 165 +++++++++++----------
 src/treesit.c             |  50 +++++--
 8 files changed, 587 insertions(+), 124 deletions(-)
 create mode 100644 lisp/progmodes/ts-mode.el



reply via email to

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