From 9da34dfed25f24cfb9011755ee3ae62071121010 Mon Sep 17 00:00:00 2001 From: fragmer Date: Thu, 20 Jun 2013 15:13:50 -0600 Subject: [PATCH] Corrected spelling of "page-policy" property. --- after/syntax/css/css3-content.vim | 2 +- test/test.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/after/syntax/css/css3-content.vim b/after/syntax/css/css3-content.vim index cf4a442..b6e6d23 100644 --- a/after/syntax/css/css3-content.vim +++ b/after/syntax/css/css3-content.vim @@ -1,3 +1,3 @@ syn match cssGeneratedContentProp contained "\" -syn match cssGeneratedContentProp contained "\" +syn match cssGeneratedContentProp contained "\" syn keyword cssGeneratedContentAttr contained inhibit here first last diff --git a/test/test.css b/test/test.css index e55a744..6e66ff2 100644 --- a/test/test.css +++ b/test/test.css @@ -73,7 +73,7 @@ .content { move-to: inhibit; - page-polcy: here; + page-policy: here; display: first; display: last; }