projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c786afc
)
; Fix function reference in comment in c-ts-mode.el (bug#60514)
author
Daniel Martín
<mardani29@yahoo.es>
Tue, 3 Jan 2023 12:49:08 +0000
(13:49 +0100)
committer
Yuan Fu
<casouri@gmail.com>
Wed, 4 Jan 2023 07:04:32 +0000
(
00:04
-0700)
* lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings): Fix
reference.
lisp/progmodes/c-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/c-ts-mode.el
b/lisp/progmodes/c-ts-mode.el
index ffc15e681f7c82072c2daa16ddcfe2d3849a002c..30a14ecdfae7cb24cbd249ed5fe4918eb7efe342 100644
(file)
--- a/
lisp/progmodes/c-ts-mode.el
+++ b/
lisp/progmodes/c-ts-mode.el
@@
-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)