branch: externals/csharp-mode commit a753601ab4bbeb2eafcb98958a0a960371f8b161 Author: Theodor Thornhill <t...@thornhill.no> Commit: Theodor Thornhill <t...@thornhill.no>
Add delegate to keywords --- csharp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp-mode.el b/csharp-mode.el index e2cbcd2..a640ee9 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -122,7 +122,7 @@ "public" "partial" "internal" "readonly" "static" "event" "transient" "volatile" "sealed" "ref" "out" "virtual" "implicit" "explicit" "fixed" "override" "params" "async" "await" "extern" "unsafe" - "get" "set" "this" "const")) + "get" "set" "this" "const" "delegate")) (c-lang-defconst c-other-decl-kwds csharp '("using"))