emacs-diffs
[Top][All Lists]
Advanced

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

feature/tree-sitter updated (ecb216fd93 -> 8175497cca)


From: Yuan Fu
Subject: feature/tree-sitter updated (ecb216fd93 -> 8175497cca)
Date: Tue, 15 Nov 2022 05:49:24 -0500 (EST)

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

      from  ecb216fd93 Don't highlight syntax error in c-ts-mode
       new  06db8015ea Extract out treesit_make_ranges
       new  34e50dc4a2 Allow tree-sitter to notify parse-tree changes
       new  e0760599b0 Remove the contextual hack in tree-sitter fontification
       new  63f8a838ec Make tree-sitter fontification automatically update
       new  8175497cca ; Enable highlighting error in c-ts-mode--base-mode


Summary of changes:
 doc/lispref/modes.texi      |  20 -------
 lisp/progmodes/c-ts-mode.el |   2 +-
 lisp/progmodes/js.el        |   5 +-
 lisp/progmodes/python.el    |   4 +-
 lisp/progmodes/ts-mode.el   |   5 +-
 lisp/treesit.el             |  69 ++++++------------------
 src/treesit.c               | 126 ++++++++++++++++++++++++++++++++++++++------
 src/treesit.h               |   4 ++
 8 files changed, 135 insertions(+), 100 deletions(-)



reply via email to

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