C# Class Loyc.VisualStudio.EcsSyntaxForVS

Inheritance: Loyc.VisualStudio.SyntaxClassifierForVS
显示文件 Open project: qwertie/ecsharp

Protected Properties

Property Type Description
_preprocessorType IClassificationType

Protected Methods

Method Description
IsSpecialIdentifier ( object value ) : bool
PrepareLexer ( ILexer lexer, ICharSource file, int position ) : ILexer
TokenToVSClassification ( Token t ) : IClassificationType

Private Methods

Method Description
EcsSyntaxForVS ( Loyc.VisualStudio.VSBuffer ctx ) : System

Method Details

IsSpecialIdentifier() protected method

protected IsSpecialIdentifier ( object value ) : bool
value object
return bool

PrepareLexer() protected method

protected PrepareLexer ( ILexer lexer, ICharSource file, int position ) : ILexer
lexer ILexer
file ICharSource
position int
return ILexer

TokenToVSClassification() protected method

protected TokenToVSClassification ( Token t ) : IClassificationType
t Token
return IClassificationType

Property Details

_preprocessorType protected_oe static_oe property

protected static IClassificationType _preprocessorType
return IClassificationType