branch: externals/csharp-mode
commit d365498392bf7a15b58e70d608e160bbb292802b
Merge: 3526396 c6ec8c2
Author: Theodor Thornhill <t...@thornhill.no>
Commit: GitHub <nore...@github.com>

    Merge pull request #170 from josteink/compiler-fontifications
    
    Add region to message directives
---
 csharp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 32e15d3..e2cbcd2 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -185,7 +185,7 @@
              "define"))
 
 (c-lang-defconst c-cpp-message-directives
-  csharp '("error" "warning"))
+  csharp '("error" "warning" "region"))
 
 (c-lang-defconst c-cpp-expr-directives
   csharp '("if" "elif"))

Reply via email to