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",
|
||||
"value": "gimp"
|
||||
},
|
||||
{
|
||||
"colour": "#25c3e6",
|
||||
"expanded": "image",
|
||||
"value": "img"
|
||||
},
|
||||
{
|
||||
"colour": "#80ffce",
|
||||
"expanded": "image",
|
||||
|
@ -372,6 +377,11 @@
|
|||
"expanded": "document",
|
||||
"value": "doc"
|
||||
},
|
||||
{
|
||||
"colour": "#35b8f0",
|
||||
"expanded": "document",
|
||||
"value": "txt"
|
||||
},
|
||||
{
|
||||
"colour": "#ccffeb",
|
||||
"expanded": "document",
|
||||
|
@ -602,6 +612,11 @@
|
|||
"expanded": "code",
|
||||
"value": "java-bytecode"
|
||||
},
|
||||
{
|
||||
"colour": "#2e73db",
|
||||
"expanded": "code",
|
||||
"value": "ppa"
|
||||
},
|
||||
{
|
||||
"colour": "#004d2f",
|
||||
"expanded": "apple",
|
||||
|
|
Loading…
Reference in New Issue