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

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

bug#70465: [PATCH] Add font-locking rule for Rust function signatures


From: Yuan Fu
Subject: bug#70465: [PATCH] Add font-locking rule for Rust function signatures
Date: Fri, 19 Apr 2024 00:24:49 -0700

Noah Peart <noah.v.peart@gmail.com> writes:

> Tags: patch
>
> Adds a rule to font-lock Rust function signatures and missing function
> modifier "default" to rust-ts-mode--keywords.
>
> The new rule adds font-locking to signatures as in the following
> example:
>
>     trait Foo {
>         fn foo() -> String;
> //            ^ font-lock-function-name-face
>     }

Thanks!

Eli, for this kind of small fix patches, should it go to emacs-29 or
master? I don’t think it’ll affect the stability of emacs-29, but in the
same time it isn’t an urgent bug either.

Yuan





reply via email to

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