mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Update css.ts
Extended units with https://www.w3.org/TR/css-values-4/ additions
This commit is contained in:
parent
a4b088e410
commit
16c5da78a0
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
|
|
||||||
units: [
|
units: [
|
||||||
[
|
[
|
||||||
'(em|ex|ch|rem|fr|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc|deg|grad|rad|turn|s|ms|Hz|kHz|%)?',
|
'(em|ex|cap|ch|ic|rem|lh|rlh|fr|vmin|svmin|lvmin|dvmin|vmax|svmax|lvmax|dvmax|vi|vb|vw|vh|svw|lvw|dvw|svh|lvh|dvh|svi|lvi|dvi|svb|lvb|dvb|vm|cm|mm|Q|in|px|pt|pc|dpi|dpcm|dppx|deg|grad|rad|turn|s|ms|Hz|kHz|%)?',
|
||||||
'attribute.value.unit',
|
'attribute.value.unit',
|
||||||
'@pop'
|
'@pop'
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue