From dbd5d3fa01910cc393050e29424ba868a98164a0 Mon Sep 17 00:00:00 2001 From: Jason O'Neil Date: Thu, 3 Nov 2011 13:43:48 +0800 Subject: [PATCH] Added haxe mode to Makefile.dryice.js --- Makefile.dryice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.dryice.js b/Makefile.dryice.js index a705fcf4..976a1658 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -212,7 +212,7 @@ console.log('# ace modes ---------'); project.assumeAllFilesLoaded(); [ "css", "html", "javascript", "php", "coldfusion", "python", "lua", "xml", "ruby", "java", "c_cpp", - "coffee", "perl", "csharp", "svg", "clojure", "scss", "json", "groovy", + "coffee", "perl", "csharp", "haxe", "svg", "clojure", "scss", "json", "groovy", "ocaml", "scala", "textile", "scad", "markdown", "latex", "powershell", "sql" ].forEach(function(mode) { console.log("mode " + mode);