]> git.eshelyaron.com Git - emacs.git/commit
c-ts-mode: Highlight name in parameter declarations
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 4 Feb 2023 20:46:41 +0000 (22:46 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 4 Feb 2023 20:47:08 +0000 (22:47 +0200)
commit69380a88e9292a08822eeef972d8ace639e15519
treec4e11866d088657407a12ea9a4c0ae1bbc82e022
parent89b550eac2909f1fcd7cc5eb3dfe81e853bf5ed0
c-ts-mode: Highlight name in parameter declarations

* lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings):
Uncomment parameter declaration highlighting (bug#61275).
(c-ts-mode--fontify-declarator): Check that identifier was found.
Some declarations can miss identifier name.
lisp/progmodes/c-ts-mode.el