bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#61275: c-ts-mode: (eq treesit-font-lock-level 2) doesn't fontify par


From: Eli Zaretskii
Subject: bug#61275: c-ts-mode: (eq treesit-font-lock-level 2) doesn't fontify parameter names.
Date: Sat, 04 Feb 2023 18:57:15 +0200

> Date: Sat, 4 Feb 2023 16:27:13 +0000
> From: Alan Mackenzie <acm@muc.de>
> 
>     int foo (int bar)
>     {
>         int baz;
> 
>         baz = bar;
>       return baz;
>     }
> 
> , the definition of bar is not fontified, but that of baz is.

By "the definition of bar", do you mean this:

    int foo (int bar)
                 ^^^
or do you mean something else?





reply via email to

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