提交 030b95a7 编写于 作者: M Matt Bierner

Json format

上级 3006e25f
......@@ -4,29 +4,45 @@
"description": "%description%",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"engines": {
"vscode": "*"
},
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js textmate/yaml.tmbundle Syntaxes/YAML.tmLanguage ./syntaxes/yaml.tmLanguage.json"
},
"contributes": {
"languages": [{
"id": "yaml",
"aliases": ["YAML", "yaml"],
"extensions": [".eyaml", ".eyml", ".yaml", ".yml"],
"filenames": [ "yarn.lock" ],
"firstLine": "^#cloud-config",
"configuration": "./language-configuration.json"
}],
"grammars": [{
"language": "yaml",
"scopeName": "source.yaml",
"path": "./syntaxes/yaml.tmLanguage.json"
}],
"languages": [
{
"id": "yaml",
"aliases": [
"YAML",
"yaml"
],
"extensions": [
".eyaml",
".eyml",
".yaml",
".yml"
],
"filenames": [
"yarn.lock"
],
"firstLine": "^#cloud-config",
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "yaml",
"scopeName": "source.yaml",
"path": "./syntaxes/yaml.tmLanguage.json"
}
],
"configurationDefaults": {
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": false
"editor.tabSize": 2,
"editor.autoIndent": false
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册