Skip to content

Commit

Permalink
Add support for Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Aug 12, 2022
1 parent 527b969 commit 22c2414
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/icons/files/rust.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"svelte": { "iconPath": "./icons/files/svelte.svg" },
"ruby": { "iconPath": "./icons/files/ruby.svg" },
"swift": { "iconPath": "./icons/files/swift.svg" },
"rust": { "iconPath": "./icons/files/rust.svg" },
},
"fileNames": {
"svelte.config.js": "svelte",
Expand Down Expand Up @@ -254,6 +255,7 @@
"tailwind.config.cts": "tailwind",
},
"languageIds": {
"rust": "rust",
"swift": "swift",
"ruby": "ruby",
"svelte": "svelte",
Expand Down Expand Up @@ -325,6 +327,8 @@
"editorconfig": "gear",
},
"fileExtensions": {
"rs": "rust",
"ron": "rust",
"swift": "swift",
"rb": "ruby",
"erb": "ruby",
Expand Down

0 comments on commit 22c2414

Please sign in to comment.