emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 1bd2d62 377/459: Make attribute-fontificati


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 1bd2d62 377/459: Make attribute-fontification consistent
Date: Sun, 22 Aug 2021 14:00:05 -0400 (EDT)

branch: externals/csharp-mode
commit 1bd2d62c565bb34b6adf2ba2182867d0438af8f3
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Make attribute-fontification consistent
---
 csharp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 327acb5..a4503a2 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -763,7 +763,7 @@ Key bindings:
          (array_type (identifier) @type)
          (array_creation_expression)
          ;; Attributes
-         (attribute (identifier) @function (attribute_argument_list))
+         (attribute (identifier) @variable (attribute_argument_list))
          (attribute (identifier) @variable)
          ;; Casts
          (cast_expression (identifier) @type)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]