diff options
author | rustanleino <unknown> | 2010-07-19 20:46:55 +0000 |
---|---|---|
committer | rustanleino <unknown> | 2010-07-19 20:46:55 +0000 |
commit | 28e03877a9c41dc0556d17115ccd1647f9eddcf6 (patch) | |
tree | 0a4c8f27752ea637fcf1609cdea1fe498fed1596 /Util/VS2010/Chalice/ChaliceLanguageService/IronyLanguageServicePackage.cs | |
parent | 4a0723a7c122f78f7e6808a4ed9a48d2d58b210f (diff) |
Chalice: Introduced '[[ S ]]' as a shorthand syntax for 'lock (this) { S }'. Think of the new brackets as atomicity brackets (see PetersonsAlgorithm.chalice)
Chalice: Added Peterson's algorithm to test suite (safety properties only)
VS 2010 integration: Updated Chalice and Dafny modes, added keyword highlighting for a new Boogie mode
Diffstat (limited to 'Util/VS2010/Chalice/ChaliceLanguageService/IronyLanguageServicePackage.cs')
-rw-r--r-- | Util/VS2010/Chalice/ChaliceLanguageService/IronyLanguageServicePackage.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/VS2010/Chalice/ChaliceLanguageService/IronyLanguageServicePackage.cs b/Util/VS2010/Chalice/ChaliceLanguageService/IronyLanguageServicePackage.cs index 5c475d35..8b9cb825 100644 --- a/Util/VS2010/Chalice/ChaliceLanguageService/IronyLanguageServicePackage.cs +++ b/Util/VS2010/Chalice/ChaliceLanguageService/IronyLanguageServicePackage.cs @@ -53,7 +53,7 @@ namespace Demo // package needs to have a valid load key (it can be requested at
// http://msdn.microsoft.com/vstudio/extend/). This attributes tells the shell that this
// package has a load key embedded in its resources.
- [ProvideLoadKey("Standard", "1.0", "My C", "Demo", 104)]
+ [ProvideLoadKey("Standard", "1.0", "Chalice", "Demo", 104)]
[Guid(GuidList.guidIronyLanguageServicePkgString)]
public sealed class MyCLanguageService : IronyPackage
{
|