mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22049b5f2c | ||
|
|
d1319a93e4 | ||
|
|
70ad423158 | ||
|
|
c0aa0f3988 | ||
|
|
3a2d8f6368 | ||
|
|
1a2eb7cffa | ||
|
|
2a3742c83e | ||
|
|
64938abead | ||
|
|
dce15d69ed |
@@ -6,6 +6,7 @@ syn match cssFontProp contained "\<font-palette\>"
|
||||
syn match cssFontProp contained "\<font-presentation\>"
|
||||
syn match cssFontProp contained "\<base-palette\>"
|
||||
syn match cssFontProp contained "\<font-language-override\>"
|
||||
syn match cssFontProp contained "\<font-variant-emoji\>"
|
||||
syn keyword cssFontAttr contained emoji math fangsong infinity swap fallback optional light dark
|
||||
syn match cssFontAttr contained "\<system-ui\>"
|
||||
syn region cssInclude start=/@font-palette-values\>/ end=/\ze{/ skipwhite skipnl contains=css.*Prop,css.*Attr,cssValueInteger,cssValueLength,cssMediaKeyword,cssVendor,cssIncludeKeyword,cssComment nextgroup=cssMediaBlock
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
syn keyword cssFontAttr contained subgrid
|
||||
syn match cssValueNumber contained "\d\(.\d\+\)\=ar"
|
||||
|
||||
1
after/syntax/css/css-layout-api-1.vim
Normal file
1
after/syntax/css/css-layout-api-1.vim
Normal file
@@ -0,0 +1 @@
|
||||
" N/A
|
||||
@@ -333,7 +333,7 @@
|
||||
font-palette: swap;
|
||||
font-presentation: fallback;
|
||||
font-language-override: optional;
|
||||
display: light;
|
||||
font-variant-emoji: light;
|
||||
display: dark;
|
||||
}
|
||||
|
||||
@@ -373,6 +373,7 @@
|
||||
|
||||
.grid-2 {
|
||||
display: subgrid;
|
||||
display: 1.618ar;
|
||||
}
|
||||
|
||||
.images-3 {
|
||||
@@ -402,6 +403,10 @@
|
||||
initial-letter-wrap: auto;
|
||||
}
|
||||
|
||||
.layout-api-1 {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.line-grid-1 {
|
||||
line-grid: create;
|
||||
line-snap: block-start;
|
||||
@@ -510,7 +515,9 @@
|
||||
column-width: auto;
|
||||
}
|
||||
|
||||
@namespace "http://example.com/css3-namespace/";
|
||||
.namespace {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.overflow-3 {
|
||||
max-lines: auto;
|
||||
@@ -557,6 +564,10 @@
|
||||
offset-start: auto;
|
||||
}
|
||||
|
||||
.properties-values-api-1 {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.pseudo-4::inactive-selection,
|
||||
.pseudo-4::spelling-error,
|
||||
.pseudo-4::grammer-error {
|
||||
@@ -843,6 +854,10 @@
|
||||
display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
|
||||
}
|
||||
|
||||
.typed-om-1 {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.ui-3 {
|
||||
caret-color: grab;
|
||||
display: grabbing;
|
||||
@@ -889,6 +904,10 @@
|
||||
will-change: scroll-position;
|
||||
}
|
||||
|
||||
.worklets-1 {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.writing-modes-3 {
|
||||
writing-mode: before;
|
||||
text-orientation: after;
|
||||
|
||||
Reference in New Issue
Block a user