Add more file types
parent
1381354373
commit
4e96197001
|
@ -372,6 +372,21 @@
|
|||
"expanded": "document",
|
||||
"value": "ps"
|
||||
},
|
||||
{
|
||||
"colour": "#33ffb1",
|
||||
"expanded": "document",
|
||||
"value": "dot"
|
||||
},
|
||||
{
|
||||
"colour": "#33ffb1",
|
||||
"expanded": "document",
|
||||
"value": "dotm"
|
||||
},
|
||||
{
|
||||
"colour": "#33ffb1",
|
||||
"expanded": "document",
|
||||
"value": "dotx"
|
||||
},
|
||||
{
|
||||
"colour": "#33ffb1",
|
||||
"expanded": "document",
|
||||
|
@ -382,6 +397,11 @@
|
|||
"expanded": "document",
|
||||
"value": "txt"
|
||||
},
|
||||
{
|
||||
"colour": "#ccffeb",
|
||||
"expanded": "document",
|
||||
"value": "docm"
|
||||
},
|
||||
{
|
||||
"colour": "#ccffeb",
|
||||
"expanded": "document",
|
||||
|
@ -457,6 +477,11 @@
|
|||
"expanded": "bundle",
|
||||
"value": "isoimage"
|
||||
},
|
||||
{
|
||||
"colour": "#00b36e",
|
||||
"expanded": "bundle",
|
||||
"value": "txz"
|
||||
},
|
||||
{
|
||||
"colour": "#00b36e",
|
||||
"expanded": "bundle",
|
||||
|
@ -467,6 +492,11 @@
|
|||
"expanded": "bundle",
|
||||
"value": "gzip"
|
||||
},
|
||||
{
|
||||
"colour": "#33ffb1",
|
||||
"expanded": "bundle",
|
||||
"value": "tar"
|
||||
},
|
||||
{
|
||||
"colour": "#33ffb1",
|
||||
"expanded": "bundle",
|
||||
|
@ -582,6 +612,11 @@
|
|||
"expanded": "code",
|
||||
"value": "cpp"
|
||||
},
|
||||
{
|
||||
"colour": "#00cc7e",
|
||||
"expanded": "code",
|
||||
"value": "javascript"
|
||||
},
|
||||
{
|
||||
"colour": "#00cc7e",
|
||||
"expanded": "code",
|
||||
|
|
Loading…
Reference in New Issue