diff --git a/src/icons/files/rsbuild.svg b/src/icons/files/rsbuild.svg new file mode 100644 index 0000000..ba5ad44 --- /dev/null +++ b/src/icons/files/rsbuild.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/files/rslib.svg b/src/icons/files/rslib.svg new file mode 100644 index 0000000..c2d9715 --- /dev/null +++ b/src/icons/files/rslib.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/files/rspack.svg b/src/icons/files/rspack.svg new file mode 100644 index 0000000..45755ef --- /dev/null +++ b/src/icons/files/rspack.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 76e80ea..bf2828c 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -217,6 +217,9 @@ "rescript": { "iconPath": "./icons/files/rescript.svg" }, "robot": { "iconPath": "./icons/files/robot.svg" }, "rome": { "iconPath": "./icons/files/rome.svg" }, + "rsbuild": { "iconPath": "./icons/files/rsbuild.svg" }, + "rspack": { "iconPath": "./icons/files/rspack.svg" }, + "rslib": { "iconPath": "./icons/files/rslib.svg" }, "ruby": { "iconPath": "./icons/files/ruby.svg" }, "rust": { "iconPath": "./icons/files/rust.svg" }, "sanity": { "iconPath": "./icons/files/sanity.svg" }, @@ -1245,7 +1248,23 @@ "webpackfile.mjs": "webpack", "webpackfile.ts": "webpack", "webpackfile.cts": "webpack", - "webpackfile.mts": "webpack" + "webpackfile.mts": "webpack", + "rsbuild.config.mjs": "rsbuild", + "rsbuild.config.ts": "rsbuild", + "rsbuild.config.js": "rsbuild", + "rsbuild.config.cjs": "rsbuild", + "rsbuild.config.mts": "rsbuild", + "rsbuild.config.cts": "rsbuild", + "rspack.config.js": "rspack", + "rspack.config.ts": "rspack", + "rspack.config.cjs": "rspack", + "rspack.config.mjs": "rspack", + "rslib.config.mjs": "rslib", + "rslib.config.ts": "rslib", + "rslib.config.js": "rslib", + "rslib.config.cjs": "rslib", + "rslib.config.mts": "rslib", + "rslib.config.cts": "rslib" }, "languageIds": {