mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-17 14:37:49 +08:00
Update SymbolLexer.cs
This commit is contained in:
parent
caad39bb9a
commit
4f50afdddc
@ -20,14 +20,6 @@ namespace UnityExplorer.UI.CSharpConsole.Lexers
|
|||||||
'<', '>', '?', '!', '@'
|
'<', '>', '?', '!', '@'
|
||||||
};
|
};
|
||||||
|
|
||||||
// // actual valid symbol combinations
|
|
||||||
// private readonly HashSet<string> actualSymbols = new HashSet<string>
|
|
||||||
// {
|
|
||||||
//"[", "]", "(", ")", "{", "}", ".", ",", ";", ":", "+", "-", "*", "/", "%", "&", "|", "^", "~", "=",
|
|
||||||
//"<", ">", "++", "--", "&&", "||", "<<", ">>", "==", "!=", "<=", ">=", "+=", "-=", "*=", "/=", "%=",
|
|
||||||
//"&=", "|=", "^=", "<<=", ">>=", "->", "!", "?", "??", "@", "=>",
|
|
||||||
// };
|
|
||||||
|
|
||||||
public override bool TryMatchCurrent(LexerBuilder lexer)
|
public override bool TryMatchCurrent(LexerBuilder lexer)
|
||||||
{
|
{
|
||||||
// previous character must be delimiter, whitespace, or alphanumeric.
|
// previous character must be delimiter, whitespace, or alphanumeric.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user