mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-05 17:13:43 +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)
|
||||
{
|
||||
// previous character must be delimiter, whitespace, or alphanumeric.
|
||||
|
Loading…
x
Reference in New Issue
Block a user