mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Corrected spelling of "page-policy" property.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
syn match cssGeneratedContentProp contained "\<move-to\>"
|
||||
syn match cssGeneratedContentProp contained "\<page-polcy\>"
|
||||
syn match cssGeneratedContentProp contained "\<page-policy\>"
|
||||
syn keyword cssGeneratedContentAttr contained inhibit here first last
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
.content {
|
||||
move-to: inhibit;
|
||||
page-polcy: here;
|
||||
page-policy: here;
|
||||
display: first;
|
||||
display: last;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user