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,
|
||||
'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/
|
||||
'box-reflect': true,
|
||||
'text-fill-color': true,
|
||||
|
@ -172,6 +178,7 @@
|
|||
});
|
||||
Object.assign(CodeMirror.mimeModes['text/css'].valueKeywords, {
|
||||
'isolate': true,
|
||||
'rect': true,
|
||||
'recto': true,
|
||||
'verso': true,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user