diff --git a/trunk/Helpers/LSL2CSharp.cs b/trunk/Helpers/LSL2CSharp.cs index 83ab770..cf8f33c 100644 --- a/trunk/Helpers/LSL2CSharp.cs +++ b/trunk/Helpers/LSL2CSharp.cs @@ -175,7 +175,7 @@ namespace LSLEditor // State change, excluding global functions regex = new Regex( - @"(\s+)state\s+(\w*)(\s*;)", + @"(\s+)state\s+(\w+)(\s*;)", RegexOptions.IgnorePatternWhitespace | RegexOptions.Compiled ); diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index 25a5785..2feab3e 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -11,15 +11,19 @@
  • "Release Notes..." to help menu.
  • - - Updated + * Changed - - Fixed: + * Fixed: @@ -143,13 +147,13 @@

    2011-04-21 - Release 2.42

    - - Added: constants + * Added: constants - - Added: functions (highlighting only): + * Added: functions (highlighting only):