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

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

bug#60441: [PATCH] Fontification of function declarators with reference


From: Daniel Martín
Subject: bug#60441: [PATCH] Fontification of function declarators with reference return types is incorrect in c++-ts-mode
Date: Sat, 31 Dec 2022 01:51:02 +0100

Given the following valid C++ code:

class Foo {
public:
        Bar& getBar();
};

c++-ts-mode does not fontify getBar with the
font-lock-function-name-face face.

I've attached a fix to treat reference declarators in
c-ts-mode--declarator-identifier similarly to pointer_declarators.

Attachment: 0001-Fix-fontification-of-C-functions-with-reference-retu.patch
Description: Text Data


reply via email to

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