[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/tree-sitter updated (59eaa30b07 -> ac9bc819bc)
From: |
Yuan Fu |
Subject: |
feature/tree-sitter updated (59eaa30b07 -> ac9bc819bc) |
Date: |
Sat, 19 Nov 2022 21:36:22 -0500 (EST) |
casouri pushed a change to branch feature/tree-sitter.
from 59eaa30b07 Use keyword-face for declaration commands in tree-sitter
sh-mode
new e41af3971d Change tree-sitter indent preset 'match' to count on all
nodes
new 655957087c Expand css-ts-mode and merge it into css-mode
new 00df4566af Split python-mode into native and tree-sitter variant
new d6362b632e Merge function/class-name features in python-mode
new 7d7e9ef46a Separate native and tree-sitter variant of js-mode
new ac9bc819bc Fix tree-sitter comment indentation for C-like languages
Summary of changes:
doc/lispref/modes.texi | 22 +++++-
doc/lispref/parsing.texi | 14 ++++
lisp/progmodes/c-ts-mode.el | 6 +-
lisp/progmodes/css-ts-mode.el | 136 ----------------------------------
lisp/progmodes/java-ts-mode.el | 4 +
lisp/progmodes/js.el | 73 +++++++++++++------
lisp/progmodes/python.el | 60 ++++++++-------
lisp/progmodes/ts-mode.el | 4 +
lisp/textmodes/css-mode.el | 161 ++++++++++++++++++++++++++++++++++++++---
lisp/treesit.el | 46 +++++++++++-
10 files changed, 326 insertions(+), 200 deletions(-)
delete mode 100644 lisp/progmodes/css-ts-mode.el
- feature/tree-sitter updated (59eaa30b07 -> ac9bc819bc),
Yuan Fu <=
- feature/tree-sitter 655957087c 2/6: Expand css-ts-mode and merge it into css-mode, Yuan Fu, 2022/11/19
- feature/tree-sitter e41af3971d 1/6: Change tree-sitter indent preset 'match' to count on all nodes, Yuan Fu, 2022/11/19
- feature/tree-sitter 00df4566af 3/6: Split python-mode into native and tree-sitter variant, Yuan Fu, 2022/11/19
- feature/tree-sitter d6362b632e 4/6: Merge function/class-name features in python-mode, Yuan Fu, 2022/11/19
- feature/tree-sitter ac9bc819bc 6/6: Fix tree-sitter comment indentation for C-like languages, Yuan Fu, 2022/11/19
- feature/tree-sitter 7d7e9ef46a 5/6: Separate native and tree-sitter variant of js-mode, Yuan Fu, 2022/11/19