From: Eshel Yaron <me@eshelyaron.com>
To: Yuan Fu <casouri@gmail.com>
Cc: Eli Zaretskii <eliz@gnu.org>,
Vincenzo Pupillo <v.pupillo@gmail.com>,
Emacs Devel <emacs-devel@gnu.org>,
Stefan Kangas <stefankangas@gmail.com>,
Stefan Monnier <monnier@iro.umontreal.ca>,
Dmitry Gutov <dmitry@gutov.dev>
Subject: Re: Tree-sitter central configuration variable
Date: Fri, 29 Nov 2024 08:12:43 +0100 [thread overview]
Message-ID: <m1bjxypl78.fsf@macbookpro.home> (raw)
In-Reply-To: <137AE507-F467-4FB2-83DB-EC621F868C60@gmail.com> (Yuan Fu's message of "Thu, 28 Nov 2024 21:49:33 -0800")
Hi,
Yuan Fu <casouri@gmail.com> writes:
> Actually, I want to expand this to something that allows users to
> configure tree-sitter modes and toggle on/off tree-sitter features.
>
[...]
>
> What do you guys think about something like this:
>
> (setq treesit-global-configuration
> '((c-ts-mode
> ;; Set treesit-font-lock-level to 4
> (font-lock-level . 4)
[...]
> )))
>
FWIW, I think tree-sitter should be treated as an implementation detail,
not a user-facing concept. Tree-sitter empowers major mode developers,
but users shouldn't have to know or care about tree-sitter to benefit
from it. So a TS-specific configuration user option is not the best
approach IMO. (For the same reason, I'm not a big fan of the "powered
by tree-sitter" that we have today in the docstring of various modes.)
Instead, when it comes to settings that apply across major modes, I
think we should focus on knobs that make sense whether or not a mode is
TS-based, and have the TS-based modes respect such universal settings.
Just my 2c,
Eshel
next prev parent reply other threads:[~2024-11-29 7:12 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-07 10:30 Define treesit-font-lock-level as buffer local Vincenzo Pupillo
2024-11-07 11:03 ` Eli Zaretskii
2024-11-07 11:08 ` Vincenzo Pupillo
2024-11-09 8:36 ` Yuan Fu
2024-11-09 8:54 ` Eli Zaretskii
2024-11-10 8:04 ` Yuan Fu
2024-11-23 12:20 ` Eli Zaretskii
2024-11-29 5:49 ` Tree-sitter central configuration variable Yuan Fu
2024-11-29 7:12 ` Eshel Yaron [this message]
2024-11-29 8:42 ` Yuan Fu
2024-11-29 8:04 ` Eli Zaretskii
2024-11-29 9:07 ` Yuan Fu
2024-11-29 12:02 ` Eli Zaretskii
2024-11-29 17:01 ` Stefan Monnier
2024-11-29 17:22 ` Ship Mints
2024-12-03 6:40 ` Yuan Fu
2024-12-03 13:14 ` Eli Zaretskii
2024-12-07 12:04 ` Define treesit-font-lock-level as buffer local Eli Zaretskii
2024-12-08 7:44 ` Yuan Fu
2024-12-14 11:14 ` Vincenzo Pupillo
2024-12-17 11:31 ` Vincenzo Pupillo
2024-12-17 21:37 ` Yuan Fu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m1bjxypl78.fsf@macbookpro.home \
--to=me@eshelyaron.com \
--cc=casouri@gmail.com \
--cc=dmitry@gutov.dev \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
--cc=stefankangas@gmail.com \
--cc=v.pupillo@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.