Added SQL mode in Makefile
This commit is contained in:
parent
6580d3e287
commit
f60b3558d3
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ project.assumeAllFilesLoaded();
|
|||
[
|
||||
"css", "html", "javascript", "php", "python", "lua", "xml", "ruby", "java", "c_cpp",
|
||||
"coffee", "perl", "csharp", "svg", "clojure", "scss", "json", "groovy",
|
||||
"ocaml", "scala", "textile", "scad", "markdown", "latex", "powershell"
|
||||
"ocaml", "scala", "textile", "scad", "markdown", "latex", "powershell", "sql"
|
||||
].forEach(function(mode) {
|
||||
console.log("mode " + mode);
|
||||
copy({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue