mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-15 07:56:41 +08:00
Implement auto-indenting for CSConsole, some cleanups
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
using UnityEngine;
|
||||
using System.Linq;
|
||||
|
||||
namespace UnityExplorer.UI.CSharpConsole.Lexers
|
||||
namespace UnityExplorer.UI.CSConsole.Lexers
|
||||
{
|
||||
public abstract class Lexer
|
||||
{
|
||||
|
Reference in New Issue
Block a user