mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 13:43:06 +02:00
Edit book: Fix syntax highlighting for break-(before|after). Fixes #1863020 [[Editor] break-after and -before are unknown properties in CSS editor](https://bugs.launchpad.net/calibre/+bug/1863020)
This commit is contained in:
parent
9c6444e3b8
commit
19d0c2ae1b
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
r'outline-style|outline-width|overflow(?:-x|-y)?|padding-bottom|'
|
||||
r'padding-left|padding-right|padding-top|padding|'
|
||||
r'page-break-after|page-break-before|page-break-inside|'
|
||||
r'break-before|break-after|'
|
||||
r'pause-after|pause-before|pause|pitch|pitch-range|'
|
||||
r'play-during|position|pre-wrap|pre-line|pre|quotes|richness|right|size|'
|
||||
r'speak-header|speak-numeral|speak-punctuation|speak|'
|
||||
|
|
|
|||
Loading…
Reference in a new issue