Skip to content
Snippets Groups Projects
Commit 14307f60 authored by David H. Bronke's avatar David H. Bronke Committed by Marijn Haverbeke
Browse files

[sql mode] Removed `commentHash` and `commentSpaceRequired` from `text/x-pgsql`.

Closes #3888
Closes #4063.
parent 1843b8c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment