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

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

[elpa] externals/csharp-mode b448614 190/459: Fix fontification of metho


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode b448614 190/459: Fix fontification of methods found in test-file.
Date: Sun, 22 Aug 2021 13:59:24 -0400 (EDT)

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

    Fix fontification of methods found in test-file.
    
    This fixes fontification for all methods except the one using the
    "extern" access-modifer.
    
    Automated tests are not included, because for whatever reason, they
    crash :(
---
 csharp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 3829cd5..b78ea28 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -1200,7 +1200,7 @@ Currently handled:
 ;; instead of create one.
 (c-lang-defconst c-type-modifier-kwds
   ;; EMCA-344, S?
-  csharp '("readonly" "const" "volatile"))
+  csharp '("readonly" "const" "volatile" "new" "unsafe"))
 
 
 ;; Tue, 20 Apr 2010  16:02



reply via email to

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