Commit 6fc8e988 authored by Barry Warsaw's avatar Barry Warsaw

FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead of

XConsortium.  Now we can recognize these files!
parent 680ca08c
...@@ -172,6 +172,7 @@ class WebsafeDB(ColorDB): ...@@ -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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment