Skip to content

Commit

Permalink
Support for .php files (Fixes #30)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Jan 14, 2023
1 parent 4d88692 commit bf50686
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/icons/files/php.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@
"laravel": { "iconPath": "./icons/files/laravel.svg" },
"proto": { "iconPath": "./icons/files/proto.svg" },
"zig": { "iconPath": "./icons/files/zig.svg" },
"exe": { "iconPath": "./icons/files/exe.svg" }
"exe": { "iconPath": "./icons/files/exe.svg" },
"php": { "iconPath": "./icons/files/php.svg" }
},
"fileExtensions": {
"cls": "code-blue",
Expand Down Expand Up @@ -900,7 +901,7 @@
"bat": "shell",
"awk": "shell",
"shellscript": "shell",
"php": "brackets-purple",
"php": "php",
"html": "brackets-orange",
"json": "brackets-yellow",
"pip-requirements": "python",
Expand Down

0 comments on commit bf50686

Please sign in to comment.