[svn]
r7019: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ScanLexer.n
IT
svnadmin at nemerle.org
Wed Nov 29 16:36:04 CET 2006
Log:
Fixed user type colorizing in quotation.
Author: IT
Date: Wed Nov 29 16:36:01 2006
New Revision: 7019
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ScanLexer.n
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ScanLexer.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ScanLexer.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ScanLexer.n Wed Nov 29 16:36:01 2006
@@ -738,11 +738,11 @@
| StringEx => ScanTokenColor.QuotationStringEx
| VerbatimString => ScanTokenColor.QuotationVerbatimString
| VerbatimStringEx => ScanTokenColor.QuotationVerbatimStringEx
- | QuotationUserType => ScanTokenColor.QuotationUserType
- | QuotationUserTypeDelegate => ScanTokenColor.QuotationUserTypeDelegate
- | QuotationUserTypeEnum => ScanTokenColor.QuotationUserTypeEnum
- | QuotationUserTypeInterface => ScanTokenColor.QuotationUserTypeInterface
- | QuotationUserTypeValueType => ScanTokenColor.QuotationUserTypeValueType
+ | UserType => ScanTokenColor.QuotationUserType
+ | UserTypeDelegate => ScanTokenColor.QuotationUserTypeDelegate
+ | UserTypeEnum => ScanTokenColor.QuotationUserTypeEnum
+ | UserTypeInterface => ScanTokenColor.QuotationUserTypeInterface
+ | UserTypeValueType => ScanTokenColor.QuotationUserTypeValueType
| _ => _tokenInfo.Color
}
}
More information about the svn
mailing list