mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 10:33:08 +02:00
...
This commit is contained in:
parent
5272f9eade
commit
c403d8aa88
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@
|
|||
|
||||
(r'\#[a-zA-Z0-9]{1,6}', 'number', 'hexnumber'),
|
||||
|
||||
(r'[\.-]?[0-9]*[\.]?[0-9]+(em|px|pt|pc|in|mm|cm|ex|s|rem)\b', 'number', 'dimension'),
|
||||
(r'[\.-]?[0-9]*[\.]?[0-9]+(em|px|pt|pc|in|mm|cm|ex|q|rem)\b', 'number', 'dimension'),
|
||||
|
||||
(r'[\.-]?[0-9]*[\.]?[0-9]+%(?=$|[ \n\t\f\r;}{()\[\]])', 'number', 'dimension'),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue