[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/tree-sitter abf40a41aa 6/8: ; Fix typo in c-ts-mode--font-lock-s
From: |
Yuan Fu |
Subject: |
feature/tree-sitter abf40a41aa 6/8: ; Fix typo in c-ts-mode--font-lock-settings |
Date: |
Mon, 21 Nov 2022 16:38:50 -0500 (EST) |
branch: feature/tree-sitter
commit abf40a41aaa71354eee50bedc04fe2123dd3836f
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>
; Fix typo in c-ts-mode--font-lock-settings
* lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings): Fix
typo.
---
lisp/progmodes/c-ts-mode.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el
index 65419cca7d..6eaf200182 100644
--- a/lisp/progmodes/c-ts-mode.el
+++ b/lisp/progmodes/c-ts-mode.el
@@ -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
- feature/tree-sitter updated (9f7ae2be60 -> 3f37f6b435), Yuan Fu, 2022/11/21
- feature/tree-sitter aa6958c04e 1/8: ; * src/treesit.c (treesit_load_language): Move call to eassume., Yuan Fu, 2022/11/21
- feature/tree-sitter b2ea38ab03 4/8: ; Minor fix in c-ts-mode fontification, Yuan Fu, 2022/11/21
- feature/tree-sitter 0cbb7d3bd0 2/8: Further tweak tree-sitter fontification heuristics, Yuan Fu, 2022/11/21
- feature/tree-sitter 6cf8bf5042 3/8: Allow major modes to tweak tree-sitter fontification, Yuan Fu, 2022/11/21
- feature/tree-sitter eb1a35adc1 7/8: ; Update tree-sitter starter guide, Yuan Fu, 2022/11/21
- feature/tree-sitter abf40a41aa 6/8: ; Fix typo in c-ts-mode--font-lock-settings,
Yuan Fu <=
- feature/tree-sitter 3f37f6b435 8/8: ; * test/src/treesit-tests.el (treesit-misc): Remove test., Yuan Fu, 2022/11/21
- feature/tree-sitter aaeaa310f0 5/8: Merge remote-tracking branch 'savannah/master' into feature/tree-sitter, Yuan Fu, 2022/11/21