mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix page-break-* properties not being highlighted correctly
This commit is contained in:
parent
944c865ec2
commit
653a48527f
@ -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|'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user