emacs-diffs
[Top][All Lists]
Advanced

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

feature/tree-sitter updated (1cdb24fe35 -> 9ed53535f5)


From: Yuan Fu
Subject: feature/tree-sitter updated (1cdb24fe35 -> 9ed53535f5)
Date: Sun, 25 Sep 2022 00:11:58 -0400 (EDT)

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

      from  1cdb24fe35 Utilize tree-sitter in python.el
       new  013c7d6aae Rename treesit-expand-query/pattern
       new  08a1c32d0b Improve printing treesit nodes
       new  c5147882a9 ; Minor manual fix for tree-sitter indent
       new  914f68da05 ; Minor tree-sitter manual fix
       new  b584569014 Change make_string to build_string in treesit.c
       new  17422c2cfc ; * src/treesit.c (Ftreesit_node_field_name_for_child): 
Doc fix.
       new  1575ee2eeb Accept nil as NODE in treesit-node-text
       new  c957832cbf Remove treesit-traverse functions
       new  eba6582436 Add the treesit-search functions that supplant the 
removed ones
       new  f071e61d10 ; Fix docstrings in treesit.el
       new  795e01ac24 Update and enable treesit-imenu function in python.el
       new  a31538ea5b Fix treesit-search-forward
       new  ef6e18a6b9 Improve treesit-search-forward-goto
       new  9e339415b4 Fix treesit-induce-sparse-tree
       new  9ed53535f5 ; * lisp/progmodes/python.el (python-mode): Fix typo.


Summary of changes:
 doc/lispref/modes.texi     |   2 +-
 doc/lispref/parsing.texi   | 178 +++++++++++-----------
 doc/lispref/positions.texi |  26 ----
 lisp/progmodes/python.el   | 114 ++++++++------
 lisp/treesit.el            | 313 ++++++--------------------------------
 src/print.c                |  15 +-
 src/treesit.c              | 367 ++++++++++++++++++++++++++++++++++++++++++++-
 test/src/treesit-tests.el  |  17 +--
 8 files changed, 582 insertions(+), 450 deletions(-)



reply via email to

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