Skip to content

Commit

Permalink
[sql mode] Removed commentHash and commentSpaceRequired from `tex…
Browse files Browse the repository at this point in the history
…t/x-pgsql`.

Closes codemirror#3888
Closes codemirror#4063.
  • Loading branch information
whitelynx authored and marijnh committed Jun 10, 2016
1 parent 1843b8c commit 14307f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode/sql/sql.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ CodeMirror.defineMode("sql", function(config, parserConfig) {
atoms: set("false true null unknown"),
operatorChars: /^[*+\-%<>!=&|^]/,
dateSQL: set("date time timestamp"),
support: set("ODBCdotTable decimallessFloat zerolessFloat binaryNumber hexNumber nCharCast charsetCast commentHash commentSpaceRequired")
support: set("ODBCdotTable decimallessFloat zerolessFloat binaryNumber hexNumber nCharCast charsetCast")
});

// Google's SQL-like query language, GQL
Expand Down

0 comments on commit 14307f6

Please sign in to comment.