Merge pull request #251 from syloktools/main
Adding img, txt, and ppa for file-type taxonomypull/254/head v2.4.162
commit
7d379245b7
|
@ -207,6 +207,11 @@
|
||||||
"expanded": "image",
|
"expanded": "image",
|
||||||
"value": "gimp"
|
"value": "gimp"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"colour": "#25c3e6",
|
||||||
|
"expanded": "image",
|
||||||
|
"value": "img"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"colour": "#80ffce",
|
"colour": "#80ffce",
|
||||||
"expanded": "image",
|
"expanded": "image",
|
||||||
|
@ -372,6 +377,11 @@
|
||||||
"expanded": "document",
|
"expanded": "document",
|
||||||
"value": "doc"
|
"value": "doc"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"colour": "#35b8f0",
|
||||||
|
"expanded": "document",
|
||||||
|
"value": "txt"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"colour": "#ccffeb",
|
"colour": "#ccffeb",
|
||||||
"expanded": "document",
|
"expanded": "document",
|
||||||
|
@ -602,6 +612,11 @@
|
||||||
"expanded": "code",
|
"expanded": "code",
|
||||||
"value": "java-bytecode"
|
"value": "java-bytecode"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"colour": "#2e73db",
|
||||||
|
"expanded": "code",
|
||||||
|
"value": "ppa"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"colour": "#004d2f",
|
"colour": "#004d2f",
|
||||||
"expanded": "apple",
|
"expanded": "apple",
|
||||||
|
|
Loading…
Reference in New Issue