diff --git a/uppsrc/ide/idefile.cpp b/uppsrc/ide/idefile.cpp index d916a97bd..ad0c92ec9 100644 --- a/uppsrc/ide/idefile.cpp +++ b/uppsrc/ide/idefile.cpp @@ -41,7 +41,7 @@ void Ide::SetupEditor(int f, String hl, String fn) if(hl == "sch") editor.Highlight(CodeEditor::HIGHLIGHT_SCH); else - if(hl == "sql") + if(hl == "sql" || hl == "ddl") editor.Highlight(CodeEditor::HIGHLIGHT_SQL); else editor.Highlight(CodeEditor::HIGHLIGHT_NONE);