Skip to content

Commit

Permalink
Add icon to luau files (#247)
Browse files Browse the repository at this point in the history
* luau icon upload

* Update symbol-icon-theme.json

* Delete src/icons/files/luau_icon.png

* luau icon upload

* luau symbol added

* fix svg file

* edited file and example file

* edited symbols

* Cleanup

* biome check-format:fix

---------

Co-authored-by: Miguel Solorio <[email protected]>
  • Loading branch information
zoi1op and miguelsolorio authored Oct 25, 2024
1 parent 9e66337 commit 5c4a0f9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
Empty file added file-types/luau.luau
Empty file.
Binary file added preview/files/luau.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions preview/preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ You can choose which icons to use from the [Library](https://www.figma.com/file/
|liquid|![liquid](files/liquid.png)|
|lock|![lock](files/lock.png)|
|lua|![lua](files/lua.png)|
|luau|![lua](files/luau.png)|
|lunaria|![lunaria](files/lunaria.png)|
|markdoc|![markdoc](files/markdoc.png)|
|markdown|![markdown](files/markdown.png)|
Expand Down
3 changes: 3 additions & 0 deletions src/icons/files/luau.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
"liquid": { "iconPath": "./icons/files/liquid.svg" },
"lock": { "iconPath": "./icons/files/lock.svg" },
"lua": { "iconPath": "./icons/files/lua.svg" },
"luau": { "iconPath": "./icons/files/luau.svg" },
"lunaria": { "iconPath": "./icons/files/lunaria.svg" },
"markdoc": { "iconPath": "./icons/files/markdoc.svg" },
"markdown": { "iconPath": "./icons/files/markdown.svg" },
Expand Down Expand Up @@ -486,6 +487,7 @@
"jade": "pug",
"pug": "pug",
"lua": "lua",
"luau": "luau",
"less": "less",
"java": "java",
"jsp": "java",
Expand Down

0 comments on commit 5c4a0f9

Please sign in to comment.