Fix page-break-* properties not being highlighted correctly

This commit is contained in:
Kovid Goyal 2013-12-06 10:32:02 +05:30
parent 944c865ec2
commit 653a48527f

View File

@ -44,7 +44,7 @@ content_tokens = [(re.compile(k), v, n) for k, v, n in [
r'margin-top|margin|marker-offset|marks|max-height|max-width|' r'margin-top|margin|marker-offset|marks|max-height|max-width|'
r'min-height|min-width|opacity|orphans|outline|outline-color|' r'min-height|min-width|opacity|orphans|outline|outline-color|'
r'outline-style|outline-width|overflow(?:-x|-y)?|padding-bottom|' r'outline-style|outline-width|overflow(?:-x|-y)?|padding-bottom|'
r'padding-left|padding-right|padding-top|padding|page|' r'padding-left|padding-right|padding-top|padding|'
r'page-break-after|page-break-before|page-break-inside|' r'page-break-after|page-break-before|page-break-inside|'
r'pause-after|pause-before|pause|pitch|pitch-range|' r'pause-after|pause-before|pause|pitch|pitch-range|'
r'play-during|position|quotes|richness|right|size|' r'play-during|position|quotes|richness|right|size|'