material-icon-theme 4.30.0 → 4.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/material-icons.json +5 -0
- package/package.json +1 -1
package/dist/material-icons.json
CHANGED
|
@@ -5534,6 +5534,10 @@
|
|
|
5534
5534
|
"git-rebase": "git",
|
|
5535
5535
|
"ignore": "git",
|
|
5536
5536
|
"yaml": "yaml",
|
|
5537
|
+
"github-actions-workflow": "yaml",
|
|
5538
|
+
"spring-boot-properties-yaml": "yaml",
|
|
5539
|
+
"ansible": "yaml",
|
|
5540
|
+
"ansible-jinja": "yaml",
|
|
5537
5541
|
"xml": "xml",
|
|
5538
5542
|
"xquery": "xml",
|
|
5539
5543
|
"xsl": "xml",
|
|
@@ -5542,6 +5546,7 @@
|
|
|
5542
5546
|
"toml": "settings",
|
|
5543
5547
|
"ini": "settings",
|
|
5544
5548
|
"properties": "settings",
|
|
5549
|
+
"spring-boot-properties": "settings",
|
|
5545
5550
|
"shaderlab": "shaderlab",
|
|
5546
5551
|
"diff": "diff",
|
|
5547
5552
|
"json": "json",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "material-icon-theme",
|
|
3
3
|
"displayName": "Material Icon Theme",
|
|
4
4
|
"description": "Material Design Icons for Visual Studio Code",
|
|
5
|
-
"version": "4.30.
|
|
5
|
+
"version": "4.30.1",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "npm run compile:dev && npm run generateJson",
|
|
8
8
|
"check": "ts-node ./src/scripts/icons/checks",
|