From eaa8ccaccb1091820d0a8d1223996a6dd057347d Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sun, 17 Jan 2016 14:28:04 -0600 Subject: Upgrade CodeMirror to 5.10.1 and now support fullscreen, jump-to-line in editor --- public/vendor/codemirror/mode/sql/index.html | 0 public/vendor/codemirror/mode/sql/sql.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 public/vendor/codemirror/mode/sql/index.html mode change 100755 => 100644 public/vendor/codemirror/mode/sql/sql.js (limited to 'public/vendor/codemirror/mode/sql') diff --git a/public/vendor/codemirror/mode/sql/index.html b/public/vendor/codemirror/mode/sql/index.html old mode 100755 new mode 100644 diff --git a/public/vendor/codemirror/mode/sql/sql.js b/public/vendor/codemirror/mode/sql/sql.js old mode 100755 new mode 100644 index a9082771..86c68f72 --- a/public/vendor/codemirror/mode/sql/sql.js +++ b/public/vendor/codemirror/mode/sql/sql.js @@ -257,7 +257,7 @@ CodeMirror.defineMode("sql", function(config, parserConfig) { } // these keywords are used by all SQL dialects (however, a mode can still overwrite it) - var sqlKeywords = "alter and as asc between by count create delete desc distinct drop from group having in insert into is join like not on or order select set table union update values where "; + var sqlKeywords = "alter and as asc between by count create delete desc distinct drop from group having in insert into is join like not on or order select set table union update values where limit"; // turn a space-separated list into an array function set(str) { -- cgit v1.2.3