vsc-material-theme/icons/material-theme-icon-theme.json

22 lines
369 B
JSON
Raw Normal View History

2017-01-27 22:44:01 +01:00
{
"iconDefinitions": {
"_markdown": {
2017-02-04 13:01:19 +01:00
"iconPath": "svg/markdown.svg"
2017-01-27 22:44:01 +01:00
},
"_sass": {
2017-02-04 13:01:19 +01:00
"iconPath": "svg/sass.svg"
},
"_scss": {
"iconPath": "svg/scss.svg"
2017-01-27 22:44:01 +01:00
},
"_json": {
2017-02-04 13:01:19 +01:00
"iconPath": "svg/json.svg"
2017-01-27 22:44:01 +01:00
}
},
"fileExtensions": {
2017-01-27 22:52:16 +01:00
"md": "_markdown",
2017-02-04 13:01:19 +01:00
"scss": "_scss",
2017-01-27 22:52:16 +01:00
"sass": "_sass",
"json": "_json"
2017-01-27 22:44:01 +01:00
}
}