Skip to content

Commit

Permalink
Use green gear icon for configs in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Mar 29, 2020
1 parent 7e099f8 commit ea2824a
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions src/data/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"tern-project",
"toml"
],
"config-src": [
"config.js"
],
"ctags": [
"ctags",
"gemtags",
Expand Down Expand Up @@ -343,11 +346,9 @@
],
"templates": [
".${name}rc",
".${name}rc.js",
".${name}rc.yml",
".${name}rc.yaml",
".${name}rc.json",
"${name}.config.js"
".${name}rc.yaml",
".${name}rc.yml"
]
},
{
Expand All @@ -362,6 +363,21 @@
]
}
],
"config-src": [
"gruntfile.js",
{
"names": [
"eslint",
"nyc",
"prettier",
"remark",
"stylelint"
],
"templates": [
".${name}rc.js"
]
}
],
"ctags": [
"tags"
],
Expand Down Expand Up @@ -463,6 +479,10 @@
"iconColor": "@magenta",
"iconName": "gear"
},
"config-src": {
"iconColor": "@green",
"iconName": "gear"
},
"ctags": {
"iconColor": "@violet",
"iconName": "tag"
Expand Down

0 comments on commit ea2824a

Please sign in to comment.