[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Define treesit-font-lock-level as buffer local
From: |
Vincenzo Pupillo |
Subject: |
Re: Define treesit-font-lock-level as buffer local |
Date: |
Sat, 14 Dec 2024 12:14:02 +0100 |
In data domenica 8 dicembre 2024 08:44:25 Ora standard dell’Europa centrale,
Yuan Fu ha scritto:
>
> Ok, following the recent discussion, I implemented the original idea, which
> is an alist mapping major modes to font lock levels. The check is made with
> derived-mode-p, so c-mode should work for c-ts-mode too, but I still used
> c-ts-mode in the example in the docstring since I don’t want to complicate
> it. The change is pushed to master.
>
> Yuan
Thank you Yuan!
Vincenzo