Skip to content

Commit

Permalink
add support for .yaml/.yml files (Fixes #27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Aug 16, 2022
1 parent 7a0206e commit ae15d36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/icons/files/yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,15 @@
"sbt": { "iconPath": "./icons/files/sbt.svg" },
"postcss": { "iconPath": "./icons/files/postcss.svg" },
"gradle": { "iconPath": "./icons/files/gradle.svg" },
"node": { "iconPath": "./icons/files/node.svg" }
"node": { "iconPath": "./icons/files/node.svg" },
"yaml": { "iconPath": "./icons/files/yaml.svg" }
},
"fileExtensions": {
"yml": "yaml",
"yaml": "yaml",
"yml.dist": "yaml",
"yaml.dist": "yaml",
"YAML-tmLanguage": "yaml",
"gradle": "gradle",
"pcss": "postcss",
"sss": "postcss",
Expand Down Expand Up @@ -706,6 +712,8 @@
"webpackfile.mts": "webpack"
},
"languageIds": {
"yml": "yml",
"yaml": "yaml",
"postcss": "postcss",
"scala": "scala",
"styl": "stylus",
Expand Down

0 comments on commit ae15d36

Please sign in to comment.