Skip to content

Commit

Permalink
Add Next.js support (fixes #18) (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
FradSer authored Aug 14, 2022
1 parent af34512 commit c0eb05f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/icons/files/next.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"swift": { "iconPath": "./icons/files/swift.svg" },
"rust": { "iconPath": "./icons/files/rust.svg" },
"graphql": { "iconPath": "./icons/files/graphql.svg" },
"next": { "iconPath": "./icons/files/next.svg" },
"npm": { "iconPath": "./icons/files/npm.svg" },
"pnpm": { "iconPath": "./icons/files/pnpm.svg" },
"pulumi": { "iconPath": "./icons/files/pulumi.svg" },
Expand Down Expand Up @@ -458,6 +459,10 @@
"license.md": "license",
"license.rst": "license",
"license.txt": "license",
"next.config.js": "next",
"next.config.mjs": "next",
"next.config.ts": "next",
"next.config.mts": "next",
"angular-cli.json": "angular",
".angular-cli.json": "angular",
"angular.json": "angular",
Expand Down Expand Up @@ -719,6 +724,7 @@

"folderNames": {
".vscode": "folder-blue",
".next": "folder-gray",
"node_modules": "folder-green",
".github": "folder-gray",
"public": "folder-purple-outline",
Expand Down

0 comments on commit c0eb05f

Please sign in to comment.