This commit is contained in:
vczh
2016-04-20 00:15:18 -07:00
parent c16882b793
commit 30fa52f547
4 changed files with 25 additions and 25 deletions
@@ -41,7 +41,7 @@ namespace demo
Setup();
}
void ColorizeTokenContextSensitive(int lineIndex, const wchar_t* text, vint start, vint length, vint& token, int& contextState)override
void ColorizeTokenContextSensitive(vint lineIndex, const wchar_t* text, vint start, vint length, vint& token, vint& contextState)override
{
// 0 < 1 name 2 att > 0
switch(token)