mirror of https://github.com/buggins/dlangide.git
refactoring - SyntaxHighlighter to SyntaxSupport
This commit is contained in:
parent
e8bc87380e
commit
eb66d0d27c
|
@ -215,7 +215,7 @@
|
|||
<File path="src\dlangide\tools\d\dcdserver.d" />
|
||||
<File path="src\dlangide\tools\d\deditortool.d" />
|
||||
<File path="src\dlangide\tools\d\dparser.d" />
|
||||
<File path="src\dlangide\tools\d\dsyntaxhighlighter.d" />
|
||||
<File path="src\dlangide\tools\d\dsyntax.d" />
|
||||
</Folder>
|
||||
<File path="src\dlangide\tools\editortool.d" />
|
||||
</Folder>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module dlangide.tools.d.dsyntaxhighlighter;
|
||||
module dlangide.tools.d.dsyntax;
|
||||
|
||||
import dlangui.core.logger;
|
||||
import dlangui.widgets.editors;
|
|
@ -14,7 +14,7 @@ import dlangide.workspace.workspace;
|
|||
import dlangide.workspace.project;
|
||||
import dlangide.ui.commands;
|
||||
import dlangide.ui.settings;
|
||||
import dlangide.tools.d.dsyntaxhighlighter;
|
||||
import dlangide.tools.d.dsyntax;
|
||||
|
||||
import std.algorithm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue