Skip to content

Commit

Permalink
Add .njk file icon (Fixes #89)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed May 30, 2023
1 parent 19f545e commit e4ce7e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/icons/files/nunjucks.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: 5 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,12 @@
"mdx": { "iconPath": "./icons/files/mdx.svg" },
"liquid": { "iconPath": "./icons/files/liquid.svg" },
"h": { "iconPath": "./icons/files/h.svg" },
"visual-studio": { "iconPath": "./icons/files/visual-studio.svg" }
"visual-studio": { "iconPath": "./icons/files/visual-studio.svg" },
"nunjucks": { "iconPath": "./icons/files/nunjucks.svg" }
},
"fileExtensions": {
"njk": "nunjucks",
"nunjucks": "nunjucks",
"csproj": "visual-studio",
"ruleset": "visual-studio",
"sln": "visual-studio",
Expand Down Expand Up @@ -951,6 +954,7 @@
"webpackfile.mts": "webpack"
},
"languageIds": {
"nunjucks": "nunjucks",
"testOutput": "visual-studio",
"vb": "visual-studio",
"mdx": "mdx",
Expand Down

0 comments on commit e4ce7e2

Please sign in to comment.