mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-15 07:56:41 +08:00
rename Lexer folder to match namespace, some cleanups and color adjustments
This commit is contained in:
@ -220,12 +220,12 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Core\Config\InternalConfigHandler.cs" />
|
||||
<Compile Include="UI\CSConsole\LexerBuilder.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexer\CommentLexer.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexer\KeywordLexer.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexer\Lexer.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexer\NumberLexer.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexer\StringLexer.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexer\SymbolLexer.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexers\CommentLexer.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexers\KeywordLexer.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexers\Lexer.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexers\NumberLexer.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexers\StringLexer.cs" />
|
||||
<Compile Include="UI\CSConsole\Lexers\SymbolLexer.cs" />
|
||||
<Compile Include="UI\CSConsole\ScriptEvaluator.cs" />
|
||||
<Compile Include="UI\CSConsole\ScriptInteraction.cs" />
|
||||
<Compile Include="Core\ExplorerBehaviour.cs" />
|
||||
|
Reference in New Issue
Block a user