Merge branch 'master' of github.com:hail2u/vim-css3-syntax

This commit is contained in:
Kyo Nagashima
2013-06-21 13:30:39 +09: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 "\<move-to\>"
syn match cssGeneratedContentProp contained "\<page-polcy\>" syn match cssGeneratedContentProp contained "\<page-policy\>"
syn keyword cssGeneratedContentAttr contained inhibit here first last syn keyword cssGeneratedContentAttr contained inhibit here first last

View File

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