Add css-pseudo-4.vim and test

See also: http://www.w3.org/TR/css-pseudo-4/
This commit is contained in:
Kyo Nagashima
2015-01-16 11:24:09 +09:00
parent de9553d8d2
commit a292f07fbf
4 changed files with 16 additions and 0 deletions

View File

@@ -331,6 +331,13 @@
presentation-level: increment;
}
.pseudo::selection,
.pseudo::spelling-error,
.pseudo::grammer-error,
.pseuod::placeholder {
display: block;
}
.regions:region {
flow-into: element;
flow-from: content;