mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 11:37:02 -04:00
Update CodeMirror to version 5.17.1
This commit is contained in:
parent
b6ca8649af
commit
1490eafdd2
27 changed files with 351 additions and 152 deletions
4
public/vendor/codemirror/mode/sql/sql.js
vendored
4
public/vendor/codemirror/mode/sql/sql.js
vendored
|
@ -366,9 +366,9 @@ CodeMirror.defineMode("sql", function(config, parserConfig) {
|
|||
// http://www.postgresql.org/docs/9.5/static/datatype.html
|
||||
builtin: set("bigint int8 bigserial serial8 bit varying varbit boolean bool box bytea character char varchar cidr circle date double precision float8 inet integer int int4 interval json jsonb line lseg macaddr money numeric decimal path pg_lsn point polygon real float4 smallint int2 smallserial serial2 serial serial4 text time without zone with timetz timestamp timestamptz tsquery tsvector txid_snapshot uuid xml"),
|
||||
atoms: set("false true null unknown"),
|
||||
operatorChars: /^[*+\-%<>!=&|^]/,
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue