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