Skip to content

Commit

Permalink
Add i18n and Minecraft file icons (#197)
Browse files Browse the repository at this point in the history
* add: i18n file icon

* remove: yarn.lock

* add: minecraft icon file

* add: minecraft preview
  • Loading branch information
llgava authored Jun 12, 2024
1 parent a5dbffb commit b7bf057
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_modules
*.vsix
src/symbol-icon-theme.modified.json
src/symbol-icon-theme.bkp.json
.DS_Store
.DS_Store
yarn.lock
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ You can choose which icons to use from the [Library](https://www.figma.com/file/
|haml|![img](preview/files/haml.png)|
|http|![img](preview/files/http.png)|
|hugo|![img](preview/files/hugo.png)|
|i18n|![img](preview/files/i18n.png)|
|ignore|![img](preview/files/ignore.png)|
|image|![img](preview/files/image.png)|
|ionic|![img](preview/files/ionic.png)|
Expand All @@ -172,6 +173,7 @@ You can choose which icons to use from the [Library](https://www.figma.com/file/
|lua|![img](preview/files/lua.png)|
|markdown|![img](preview/files/markdown.png)|
|mdx|![img](preview/files/mdx.png)|
|minecraft|![img](preview/files/minecraft.png)|
|nest|![img](preview/files/nest.png)|
|netlify|![img](preview/files/netlify.png)|
|next|![img](preview/files/next.png)|
Expand Down
Empty file added file-types/.mcattributes
Empty file.
Empty file added file-types/.mcdefinitions
Empty file.
Empty file added file-types/.mcignore
Empty file.
Empty file added file-types/lang.lang
Empty file.
Empty file added file-types/mcaddon.mcaddon
Empty file.
Empty file.
Empty file added file-types/mcmeta.mcmeta
Empty file.
Empty file added file-types/mcpack.mcpack
Empty file.
Empty file.
Empty file added file-types/mcworld.mcworld
Empty file.
Empty file added file-types/mo.mo
Empty file.
Empty file added file-types/po.po
Empty file.
Empty file added file-types/pot.pot
Empty file.
Binary file added preview/files/i18n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/files/minecraft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/files/i18n.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/files/minecraft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 20 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,22 @@
"redux-actions": { "iconPath": "./icons/files/redux-actions.svg " },
"redux-selector": { "iconPath": "./icons/files/redux-selector.svg " },
"redux-facade": { "iconPath": "./icons/files/redux-facade.svg" },
"gleam": { "iconPath": "./icons/files/gleam.svg" }
"gleam": { "iconPath": "./icons/files/gleam.svg" },
"i18n": { "iconPath": "./icons/files/i18n.svg" },
"minecraft": { "iconPath": "./icons/files/minecraft.svg" }
},

"fileExtensions": {
"mcfunction": "minecraft",
"mcmeta": "minecraft",
"mcworld": "minecraft",
"mcstructure": "minecraft",
"mcpack": "minecraft",
"mcaddon": "minecraft",
"lang": "i18n",
"mo": "i18n",
"po": "i18n",
"pot": "i18n",
"gleam": "gleam",
"actions.ts": "redux-actions",
"effects.ts": "redux-effects",
Expand Down Expand Up @@ -583,7 +596,11 @@
"v": "v",
"nix": "nix"
},

"fileNames": {
".mcattributes": "minecraft",
".mcdefinitions": "minecraft",
".mcignore": "minecraft",
"uno.config.js": "unocss",
"uno.config.mjs": "unocss",
"uno.config.ts": "unocss",
Expand Down Expand Up @@ -1155,6 +1172,7 @@
"webpackfile.cts": "webpack",
"webpackfile.mts": "webpack"
},

"languageIds": {
"pdf": "pdf",
"haskell": "haskell",
Expand Down Expand Up @@ -1257,6 +1275,7 @@
"ng-template": "angular",
"nix": "nix"
},

"folderNames": {
"auth": "folder-auth",
"core": "folder-core",
Expand Down

0 comments on commit b7bf057

Please sign in to comment.