branch: externals/csharp-mode commit 1bd2d62c565bb34b6adf2ba2182867d0438af8f3 Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: Jostein Kjønigsen <jost...@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)