ide: now using sql syntax highligting for .ddl too

git-svn-id: svn://ultimatepp.org/upp/trunk@6332 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-09-13 13:14:12 +00:00
parent 9ef29ba1ac
commit 8e03548532

View file

@ -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);