Skip to content

Commit

Permalink
Add haskell (Fixes #167)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Mar 18, 2024
1 parent 55c90f6 commit 26fb071
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/icons/files/haskell.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 @@ -219,9 +219,11 @@
"earthfile": { "iconPath": "./icons/files/earthfile.svg" },
"knip": { "iconPath": "./icons/files/knip.svg" },
"unocss": { "iconPath": "./icons/files/unocss.svg" },
"swc": { "iconPath": "./icons/files/swc.svg" }
"swc": { "iconPath": "./icons/files/swc.svg" },
"haskell": { "iconPath": "./icons/files/haskell.svg" }
},
"fileExtensions": {
"hs": "haskell",
"component.ts": "angular-component",
"component.js": "angular-component",
"service.ts": "angular-service",
Expand Down Expand Up @@ -1092,6 +1094,7 @@
"webpackfile.mts": "webpack"
},
"languageIds": {
"haskell": "haskell",
"earthfile": "earthfile",
"nunjucks": "nunjucks",
"testOutput": "visual-studio",
Expand Down

0 comments on commit 26fb071

Please sign in to comment.