mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-01-21 16:42:05 +08:00
Follow HTML5 spec update
See also: https://html.spec.whatwg.org/multipage/scripting.html#the-slot-element
This commit is contained in:
@@ -1 +1 @@
|
|||||||
syn keyword cssTagName picture rb rtc template
|
syn keyword cssTagName picture rb rtc slot template
|
||||||
|
|||||||
@@ -818,6 +818,7 @@
|
|||||||
picture,
|
picture,
|
||||||
rb,
|
rb,
|
||||||
rtc,
|
rtc,
|
||||||
|
slot,
|
||||||
template {
|
template {
|
||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -901,6 +901,7 @@
|
|||||||
picture,
|
picture,
|
||||||
rb,
|
rb,
|
||||||
rtc,
|
rtc,
|
||||||
|
slot,
|
||||||
template {
|
template {
|
||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user