Skip to content

Commit

Permalink
Add func language file icon (#221)
Browse files Browse the repository at this point in the history
* add func file icon

* Clean up icon and fix typo

* biome format

---------

Co-authored-by: Miguel Solorio <miguel.solorio07@gmail.com>
  • Loading branch information
RyanHolanda and miguelsolorio committed Aug 5, 2024
1 parent 74e3c42 commit 819b7d4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ You can choose which icons to use from the [Library](https://www.figma.com/file/
|firebase|![firebase](preview/files/firebase.png)|
|font|![font](preview/files/font.png)|
|fsharp|![fsharp](preview/files/fsharp.png)|
|func|[func](preview/files/func.png)|
|fresh|![fresh](preview/files/fresh.png)|
|gatsby|![gatsby](preview/files/gatsby.png)|
|gear|![gear](preview/files/gear.png)|
Expand Down
Empty file added file-types/.fc
Empty file.
Binary file added preview/files/func.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/func.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@
"i18n": { "iconPath": "./icons/files/i18n.svg" },
"minecraft": { "iconPath": "./icons/files/minecraft.svg" },
"expressive-code": { "iconPath": "./icons/files/expressive-code.svg" },
"lunaria": { "iconPath": "./icons/files/lunaria.svg" }
"lunaria": { "iconPath": "./icons/files/lunaria.svg" },
"func": { "iconPath": "./icons/files/func.svg" }
},

"fileExtensions": {
Expand Down Expand Up @@ -606,7 +607,8 @@
"svgx": "image",
"toml": "gear",
"v": "v",
"nix": "nix"
"nix": "nix",
"fc": "func"
},

"fileNames": {
Expand Down Expand Up @@ -1338,7 +1340,8 @@
"vue-postcss": "vue",
"vue-html": "vue",
"ng-template": "angular",
"nix": "nix"
"nix": "nix",
"func": "func"
},

"folderNames": {
Expand Down

0 comments on commit 819b7d4

Please sign in to comment.