CodeMirror CSS mode: add CSS Round Display L1
https://www.w3.org/TR/css-round-display-1/
This commit is contained in:
parent
8260f30b2e
commit
e740fae689
|
@ -162,6 +162,12 @@
|
||||||
'isolation': true,
|
'isolation': true,
|
||||||
'zoom': true,
|
'zoom': true,
|
||||||
|
|
||||||
|
// https://www.w3.org/TR/css-round-display-1/
|
||||||
|
'border-boundary': true,
|
||||||
|
'shape': true,
|
||||||
|
'shape-inside': true,
|
||||||
|
'viewport-fit': true,
|
||||||
|
|
||||||
// nonstandard https://compat.spec.whatwg.org/
|
// nonstandard https://compat.spec.whatwg.org/
|
||||||
'box-reflect': true,
|
'box-reflect': true,
|
||||||
'text-fill-color': true,
|
'text-fill-color': true,
|
||||||
|
@ -172,6 +178,7 @@
|
||||||
});
|
});
|
||||||
Object.assign(CodeMirror.mimeModes['text/css'].valueKeywords, {
|
Object.assign(CodeMirror.mimeModes['text/css'].valueKeywords, {
|
||||||
'isolate': true,
|
'isolate': true,
|
||||||
|
'rect': true,
|
||||||
'recto': true,
|
'recto': true,
|
||||||
'verso': true,
|
'verso': true,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user