rename simpledsyntaxhighlighter to shorter name

This commit is contained in:
Vadim Lopatin 2015-02-17 09:37:45 +03:00
parent ee16f38b1d
commit 5cc61f1b76
3 changed files with 3 additions and 3 deletions

View File

@ -213,7 +213,7 @@
<Folder name="d">
<File path="src\dlangide\tools\d\dcdinterface.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>
<File path="src\dlangide\tools\editortool.d" />
</Folder>

View File

@ -1,4 +1,4 @@
module dlangide.tools.d.simpledsyntaxhighlighter;
module dlangide.tools.d.dsyntaxhighlighter;
import dlangui.core.logger;
import dlangui.widgets.editors;

View File

@ -13,7 +13,7 @@ import ddc.lexer.tokenizer;
import dlangide.workspace.workspace;
import dlangide.workspace.project;
import dlangide.ui.commands;
import dlangide.tools.d.simpledsyntaxhighlighter;
import dlangide.tools.d.dsyntaxhighlighter;
import std.algorithm;