Merge pull request #13 from fragmer/master

Correct spelling of "page-policy" property.
This commit is contained in:
Kyo Nagashima
2013-06-20 21:23:32 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -73,7 +73,7 @@
.content {
move-to: inhibit;
page-polcy: here;
page-policy: here;
display: first;
display: last;
}