vscode-concourse: add language icon
This commit is contained in:
17
vscode-extensions/vscode-concourse/icon-white.svg
Normal file
17
vscode-extensions/vscode-concourse/icon-white.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 15 KiB |
@@ -73,7 +73,11 @@
|
||||
"**/pipeline/*.yml"
|
||||
],
|
||||
"firstLine": "^#(\\s)*pipeline(\\s)*",
|
||||
"configuration": "./yaml-support/language-configuration.json"
|
||||
"configuration": "./yaml-support/language-configuration.json",
|
||||
"icon": {
|
||||
"light": "./icon.png",
|
||||
"dark": "./icon-white.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "concourse-task-yaml",
|
||||
@@ -87,7 +91,11 @@
|
||||
"**/concourse/**/tasks/*.yml"
|
||||
],
|
||||
"firstLine": "^#(\\s)*task(\\s)*",
|
||||
"configuration": "./yaml-support/language-configuration.json"
|
||||
"configuration": "./yaml-support/language-configuration.json",
|
||||
"icon": {
|
||||
"light": "./icon.png",
|
||||
"dark": "./icon-white.svg"
|
||||
}
|
||||
}
|
||||
],
|
||||
"grammars": [
|
||||
|
||||
Reference in New Issue
Block a user