Skip to content

Commit

Permalink
Refine file types
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfr authored and davidfarkas93 committed Dec 8, 2017
1 parent 82684f2 commit d79658a
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions bootstrap.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,32 @@
{ "_id": "MATLAB Data", "regex": "\\.mat$" },
{ "_id": "PsychoPy Data", "regex": "\\.psydat$" },

{ "_id": "C/C++", "regex": "\\.(c|cpp)$" },
{ "_id": "CSS", "regex": "\\.css$" },
{ "_id": "HDF5", "regex": "\\.(h5|hdf5)$" },
{ "_id": "HTML", "regex": "\\.(html|htm)$" },
{ "_id": "JSON", "regex": "\\.json$" },
{ "_id": "Java", "regex": "\\.java$" },
{ "_id": "JavaScript", "regex": "\\.js$" },
{ "_id": "Jupyter", "regex": "\\.ipynb$" },
{ "_id": "MATLAB", "regex": "\\.(m|mex|mlx)$" },
{ "_id": "Markdown", "regex": "\\.(md|markdown)$" },
{ "_id": "PHP", "regex": "\\.php$" },
{ "_id": "Plain Text", "regex": "\\.txt$" },
{ "_id": "Python", "regex": "\\.py$" },
{ "_id": "TOML", "regex": "\\.toml$" },
{ "_id": "XML", "regex": "\\.xml$" },
{ "_id": "YAML", "regex": "\\.(yaml|yml)$" },

{ "_id": "Archive", "regex": "\\.(zip|tbz2|tar\\.gz|tbz|tar\\.bz2|tgz|tar|txz|tar\\.xz)$" },
{ "_id": "Audio", "regex": "\\.(mp3|wav|wave)$" },
{ "_id": "Document", "regex": "\\.(docx|doc)$" },
{ "_id": "HDF5", "regex": "\\.(h5|hdf5)$" },
{ "_id": "Image", "regex": "\\.(jpg|tif|jpeg|gif|bmp|png|tiff)$" },
{ "_id": "JSON", "regex": "\\.json$" },
{ "_id": "Log", "regex": "\\.log$" },
{ "_id": "Markdown", "regex": "\\.(md|markdown)$" },
{ "_id": "Markup", "regex": "\\.(html|htm)$" },
{ "_id": "PDF", "regex": "\\.pdf$" },
{ "_id": "Plain Text", "regex": "\\.txt$" },
{ "_id": "Presentation", "regex": "\\.(ppt|pptx)$" },
{ "_id": "Source code", "regex": "\\.(c|py|cpp|js|m|json|java|php|css|toml|yaml|yml)$" },
{ "_id": "Spreadsheet", "regex": "\\.(xls|xlsx)$" },
{ "_id": "TOML", "regex": "\\.toml$" },
{ "_id": "Tabular data", "regex": "\\.([ct]sv\\.gz|[ct]sv)$" },
{ "_id": "Video", "regex": "\\.(mpeg|mpg|mov|mp4|m4v|mts)$" },
{ "_id": "XML", "regex": "\\.xml$" },
{ "_id": "YAML", "regex": "\\.(yaml|yml)$" }
{ "_id": "Video", "regex": "\\.(mpeg|mpg|mov|mp4|m4v|mts)$" }
]
}

0 comments on commit d79658a

Please sign in to comment.