diff --git a/src/icons/files/http.svg b/src/icons/files/http.svg new file mode 100644 index 00000000..2780986f --- /dev/null +++ b/src/icons/files/http.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index cae13abe..9b0c3b94 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -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",