mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-18 14:16:43 -06:00
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:
parent
9ef29ba1ac
commit
8e03548532
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue