Skip to content

Commit

Permalink
HTTP language support (Fixes #43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jan 14, 2023
1 parent bf50686 commit f3f88c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/icons/files/http.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: 4 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,12 @@
"proto": { "iconPath": "./icons/files/proto.svg" },
"zig": { "iconPath": "./icons/files/zig.svg" },
"exe": { "iconPath": "./icons/files/exe.svg" },
"php": { "iconPath": "./icons/files/php.svg" }
"php": { "iconPath": "./icons/files/php.svg" },
"http": { "iconPath": "./icons/files/http.svg" }
},
"fileExtensions": {
"http": "http",
"rest": "http",
"cls": "code-blue",
"exe": "exe",
"msi": "exe",
Expand Down

0 comments on commit f3f88c4

Please sign in to comment.