diff --git a/dlangide.visualdproj b/dlangide.visualdproj
index 08a26d3..5fe24e1 100644
--- a/dlangide.visualdproj
+++ b/dlangide.visualdproj
@@ -213,7 +213,7 @@
-
+
diff --git a/src/dlangide/tools/d/simpledsyntaxhighlighter.d b/src/dlangide/tools/d/dsyntaxhighlighter.d
similarity index 99%
rename from src/dlangide/tools/d/simpledsyntaxhighlighter.d
rename to src/dlangide/tools/d/dsyntaxhighlighter.d
index 635c76f..f2f2856 100644
--- a/src/dlangide/tools/d/simpledsyntaxhighlighter.d
+++ b/src/dlangide/tools/d/dsyntaxhighlighter.d
@@ -1,4 +1,4 @@
-module dlangide.tools.d.simpledsyntaxhighlighter;
+module dlangide.tools.d.dsyntaxhighlighter;
import dlangui.core.logger;
import dlangui.widgets.editors;
diff --git a/src/dlangide/ui/dsourceedit.d b/src/dlangide/ui/dsourceedit.d
index ce53896..fbd85c1 100644
--- a/src/dlangide/ui/dsourceedit.d
+++ b/src/dlangide/ui/dsourceedit.d
@@ -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;