mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +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
|
# the class to instantiate if a match is found
|
||||||
|
|
||||||
FILETYPES = [
|
FILETYPES = [
|
||||||
|
(re.compile('Xorg'), RGBColorDB),
|
||||||
(re.compile('XConsortium'), RGBColorDB),
|
(re.compile('XConsortium'), RGBColorDB),
|
||||||
(re.compile('HTML'), HTML40DB),
|
(re.compile('HTML'), HTML40DB),
|
||||||
(re.compile('lightlink'), LightlinkDB),
|
(re.compile('lightlink'), LightlinkDB),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue