; Fix typo in c-ts-mode--font-lock-settings
* lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings): Fix typo.
This commit is contained in:
parent
aaeaa310f0
commit
abf40a41aa
1 changed files with 3 additions and 3 deletions
|
@ -272,14 +272,14 @@ MODE is either `c' or `cpp'."
|
|||
declarator: (_) @font-lock-variable-name-face)
|
||||
|
||||
(field_declaration
|
||||
declarator: (_) @c-ts-mode--fontify-struct-declarator)
|
||||
declarator: (_) @c-ts-mode--fontify-declarator)
|
||||
|
||||
(function_definition
|
||||
declarator: (_) @c-ts-mode--fontify-struct-declarator))
|
||||
declarator: (_) @c-ts-mode--fontify-declarator))
|
||||
|
||||
;; Should we highlight identifiers in the parameter list?
|
||||
;; (parameter_declaration
|
||||
;; declarator: (_) @c-ts-mode--fontify-struct-declarator))
|
||||
;; declarator: (_) @c-ts-mode--fontify-declarator))
|
||||
|
||||
:language mode
|
||||
:feature 'assignment
|
||||
|
|
Loading…
Add table
Reference in a new issue