Skip to content

Commit 14307f6

Browse files
whitelynxmarijnh
authored andcommitted
[sql mode] Removed commentHash and commentSpaceRequired from text/x-pgsql.
Closes codemirror#3888 Closes codemirror#4063.
1 parent 1843b8c commit 14307f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/sql/sql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ CodeMirror.defineMode("sql", function(config, parserConfig) {
368368
atoms: set("false true null unknown"),
369369
operatorChars: /^[*+\-%<>!=&|^]/,
370370
dateSQL: set("date time timestamp"),
371-
support: set("ODBCdotTable decimallessFloat zerolessFloat binaryNumber hexNumber nCharCast charsetCast commentHash commentSpaceRequired")
371+
support: set("ODBCdotTable decimallessFloat zerolessFloat binaryNumber hexNumber nCharCast charsetCast")
372372
});
373373

374374
// Google's SQL-like query language, GQL

0 commit comments

Comments
 (0)