mirror of https://github.com/buggins/dlangide.git
rename simpledsyntaxhighlighter to shorter name
This commit is contained in:
parent
ee16f38b1d
commit
5cc61f1b76
|
@ -213,7 +213,7 @@
|
||||||
<Folder name="d">
|
<Folder name="d">
|
||||||
<File path="src\dlangide\tools\d\dcdinterface.d" />
|
<File path="src\dlangide\tools\d\dcdinterface.d" />
|
||||||
<File path="src\dlangide\tools\d\deditortool.d" />
|
<File path="src\dlangide\tools\d\deditortool.d" />
|
||||||
<File path="src\dlangide\tools\d\simpledsyntaxhighlighter.d" />
|
<File path="src\dlangide\tools\d\dsyntaxhighlighter.d" />
|
||||||
</Folder>
|
</Folder>
|
||||||
<File path="src\dlangide\tools\editortool.d" />
|
<File path="src\dlangide\tools\editortool.d" />
|
||||||
</Folder>
|
</Folder>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module dlangide.tools.d.simpledsyntaxhighlighter;
|
module dlangide.tools.d.dsyntaxhighlighter;
|
||||||
|
|
||||||
import dlangui.core.logger;
|
import dlangui.core.logger;
|
||||||
import dlangui.widgets.editors;
|
import dlangui.widgets.editors;
|
|
@ -13,7 +13,7 @@ import ddc.lexer.tokenizer;
|
||||||
import dlangide.workspace.workspace;
|
import dlangide.workspace.workspace;
|
||||||
import dlangide.workspace.project;
|
import dlangide.workspace.project;
|
||||||
import dlangide.ui.commands;
|
import dlangide.ui.commands;
|
||||||
import dlangide.tools.d.simpledsyntaxhighlighter;
|
import dlangide.tools.d.dsyntaxhighlighter;
|
||||||
|
|
||||||
import std.algorithm;
|
import std.algorithm;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue