Skip to content

Commit

Permalink
Stylus lang support (.styl) (Fixes #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Aug 16, 2022
1 parent 51c5d93 commit 3a52841
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/icons/files/stylus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@
"prettier": { "iconPath": "./icons/files/prettier.svg" },
"vite": { "iconPath": "./icons/files/vite.svg" },
"astro": { "iconPath": "./icons/files/astro.svg" },
"prisma": { "iconPath": "./icons/files/prisma.svg" }
"prisma": { "iconPath": "./icons/files/prisma.svg" },
"stylus": { "iconPath": "./icons/files/stylus.svg" }
},
"fileExtensions": {
"styl": "stylus",
"prisma": "prisma",
"astro": "astro",
"pulumi": "pulumi",
Expand Down Expand Up @@ -301,6 +303,7 @@
"toml": "gear"
},
"fileNames": {
".styl": "stylus",
"prisma.yml": "prisma",
"astro.config.js": "astro",
"astro.config.mjs": "astro",
Expand Down Expand Up @@ -672,6 +675,7 @@
"webpackfile.mts": "webpack"
},
"languageIds": {
"styl": "stylus",
"graphql": "graphql",
"rust": "rust",
"swift": "swift",
Expand Down Expand Up @@ -744,7 +748,6 @@
"ng-template": "angular",
"editorconfig": "gear"
},

"folderNames": {
"api": "folder-red",
".vscode": "folder-blue",
Expand Down

0 comments on commit 3a52841

Please sign in to comment.