mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead of
XConsortium. Now we can recognize these files!
This commit is contained in:
parent
d9e0e1f422
commit
5c458052f0
1 changed files with 68 additions and 67 deletions
|
|
@ -172,6 +172,7 @@ class WebsafeDB(ColorDB):
|
|||
# the class to instantiate if a match is found
|
||||
|
||||
FILETYPES = [
|
||||
(re.compile('Xorg'), RGBColorDB),
|
||||
(re.compile('XConsortium'), RGBColorDB),
|
||||
(re.compile('HTML'), HTML40DB),
|
||||
(re.compile('lightlink'), LightlinkDB),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue