; Fix function reference in comment in c-ts-mode.el (bug#60514)

* lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings): Fix
reference.
This commit is contained in:
Daniel Martín 2023-01-03 13:49:08 +01:00 committed by Yuan Fu
parent c786afcbb9
commit 651927ac39
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -358,7 +358,7 @@ MODE is either `c' or `cpp'."
:language mode
:feature 'assignment
;; TODO: Recursively highlight identifiers in parenthesized
;; expressions, see `c-ts-mode--fontify-struct-declarator' for
;; expressions, see `c-ts-mode--fontify-declarator' for
;; inspiration.
'((assignment_expression
left: (identifier) @font-lock-variable-name-face)