emacs-diffs
[Top][All Lists]
Advanced

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

feature/tree-sitter updated (9fab83ed7a -> 50e33639fe)


From: Yuan Fu
Subject: feature/tree-sitter updated (9fab83ed7a -> 50e33639fe)
Date: Tue, 1 Nov 2022 16:28:15 -0400 (EDT)

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

      from  9fab83ed7a ; * lisp/treesit.el (tresit--font-lock-verbose): Fix 
typo.
       new  eeeae5e9ee Add an argument OVERRIDE to tree-sitter font-lock 
functions
       new  b49250ada9 Use treesit-fontify-with-override in tree-sitter 
functions
       new  4ef50ccd3f ; Explain the BEG and END argument in 
treesit-query-capture better
       new  a3651d3237 Query on the root node in tree-sitter font-lock
       new  f6e92035a7 Allow user to add/remove tree-sitter font-lock features
       new  6d5b34d9de ; Tree-sitter font-lock debugging: print node type not 
language
       new  ccd2509ed3 Don't print buffer when printing tree-sitter node and 
parser
       new  50e33639fe Fix string fontification for tree-sitter python-mode


Summary of changes:
 doc/lispref/modes.texi   |  22 +++++++---
 doc/lispref/parsing.texi |   8 ++--
 lisp/progmodes/js.el     |  17 +++++---
 lisp/progmodes/python.el |  23 ++++++----
 lisp/treesit.el          | 107 ++++++++++++++++++++++++++++-------------------
 src/print.c              |   9 ++--
 src/treesit.c            |   6 ++-
 7 files changed, 120 insertions(+), 72 deletions(-)



reply via email to

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