branch: externals/csharp-mode commit c097a34e80333425afd1b58af6c559122a239495 Author: jesse_black <jesse.w.bl...@gmail.com> Commit: jesse_black <jesse.w.bl...@gmail.com>
add async as a function modifier --- csharp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp-mode.el b/csharp-mode.el index a0c867d..ca3f94d 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -1264,7 +1264,7 @@ a square parentasis block [ ... ]." (c-lang-defconst c-modifier-kwds csharp '("public" "partial" "private" "const" "abstract" "sealed" "protected" "ref" "out" "static" "virtual" - "override" "params" "internal")) + "override" "params" "internal" "async")) ;; Thu, 22 Apr 2010 23:02