]> git.eshelyaron.com Git - emacs.git/commit
Fix fontification of C++ reference return types (bug#60441)
authorDaniel Martín <mardani29@yahoo.es>
Sat, 31 Dec 2022 00:45:27 +0000 (01:45 +0100)
committerYuan Fu <casouri@gmail.com>
Mon, 2 Jan 2023 00:25:07 +0000 (16:25 -0800)
commit84e7c2fbc85e5b7fbc5f9c225c2d1ba4cba2689b
tree969c56e25832737d08033292c920117bee27f028
parent1864b65af6051f7028beba1a19dfe8bd2eed6574
Fix fontification of C++ reference return types (bug#60441)

* lisp/progmodes/c-ts-mode.el (c-ts-fontify-error): Treat
reference_declarator nodes the same as pointer_declarator nodes when
calculating the identifier to fontify.
lisp/progmodes/c-ts-mode.el