Skip to content
Snippets Groups Projects
Commit abfe9ebc authored by Michael Perry's avatar Michael Perry Committed by GitHub
Browse files

Add additional source code extensions and markdown

Some gears write out pipelines in TOML, YAML, and XML. Markdown has been spotted out there as well...
parent 496b3f96
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,12 @@
"archive": [ ".zip", ".tbz2", ".tar.gz", ".tbz", ".tar.bz2", ".tgz", ".tar", ".txz", ".tar.xz" ],
"document": [ ".docx", ".doc" ],
"image": [ ".jpg", ".tif", ".jpeg", ".gif", ".bmp", ".png", ".tiff" ],
"markup": [ ".html", ".htm" ],
"markup": [ ".html", ".htm", ".xml" ],
"markdown": [ ".md", ".markdown" ],
"log": [ ".log" ],
"pdf": [ ".pdf" ],
"presentation": [ ".ppt", ".pptx" ],
"source code": [ ".c", ".py", ".cpp", ".js", ".m", ".json", ".java", ".php", ".css" ],
"source code": [ ".c", ".py", ".cpp", ".js", ".m", ".json", ".java", ".php", ".css", ".toml", ".yaml", ".yml" ],
"spreadsheet": [ ".xls", ".xlsx" ],
"tabular data": [ ".csv.gz", ".csv" ],
"text": [ ".txt" ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment