; 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:
parent
c786afcbb9
commit
651927ac39
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue