|
From: <ct...@us...> - 2013-03-29 11:28:47
|
Revision: 1938
http://colorer.svn.sourceforge.net/colorer/?rev=1938&view=rev
Author: ctapmex
Date: 2013-03-29 11:28:38 +0000 (Fri, 29 Mar 2013)
Log Message:
-----------
c# - point in a method name
Modified Paths:
--------------
trunk/schemes/hrc/hrc/CHANGELOG
trunk/schemes/hrc/hrc/base/csharp.hrc
Modified: trunk/schemes/hrc/hrc/CHANGELOG
===================================================================
--- trunk/schemes/hrc/hrc/CHANGELOG 2013-03-29 11:06:56 UTC (rev 1937)
+++ trunk/schemes/hrc/hrc/CHANGELOG 2013-03-29 11:28:38 UTC (rev 1938)
@@ -1,3 +1,7 @@
+2013-03-29
+ Fixed:
+ - c# - point in a method name (Roman Kuzmin)
+
2013-03-13
Fixed:
- modula (Alexander Naumov)
Modified: trunk/schemes/hrc/hrc/base/csharp.hrc
===================================================================
--- trunk/schemes/hrc/hrc/base/csharp.hrc 2013-03-29 11:06:56 UTC (rev 1937)
+++ trunk/schemes/hrc/hrc/base/csharp.hrc 2013-03-29 11:28:38 UTC (rev 1938)
@@ -59,7 +59,7 @@
(\w [\w*\[\]\s]+? [*\[\]\s]) (delegate \s* \([\w_*~,\[\]\s]*\)\s*)?
(?{csharp:FuncOutline}
- ([\w]+?)
+ ([\w.]+?)
)
(\sfor)?~4 (\sif)?~3 (\swhile)?~6 (\sdo)?~3 (\sswitch)?~7 (\scatch)?~6 (\sforeach)?~8
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|