提交 464487d9 编写于 作者: L lucas.lra@gmail.com

Changes based in @aeschli comments

上级 a2596384
......@@ -2,18 +2,34 @@
"name": "clojure",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"engines": {
"vscode": "*"
},
"contributes": {
"languages": [{
"id": "clojure",
"aliases": ["Clojure", "clojure"],
"extensions": [".clj", ".cljs", ".cljx", ".clojure", ".edn"],
"configuration": "./clojure.configuration.json"
}],
"grammars": [{
"language": "clojure",
"scopeName": "source.clojure",
"path": "./syntaxes/Clojure.tmLanguage"
}]
"languages": [
{
"id": "clojure",
"aliases": [
"Clojure",
"clojure"
],
"extensions": [
".clj",
".cljs",
".cljc",
".cljx",
".clojure",
".edn"
],
"configuration": "./clojure.configuration.json"
}
],
"grammars": [
{
"language": "clojure",
"scopeName": "source.clojure",
"path": "./syntaxes/Clojure.tmLanguage"
}
]
}
}
\ No newline at end of file
......@@ -7,9 +7,6 @@
<string>clj</string>
<string>cljs</string>
<string>clojure</string>
<string>cljc</string>
<string>cljx</string>
<string>edn</string>
</array>
<key>foldingStartMarker</key>
<string>\(\s*$</string>
......
......@@ -2,18 +2,36 @@
"name": "powershell",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"engines": {
"vscode": "*"
},
"contributes": {
"languages": [{
"id": "powershell",
"extensions": [ ".ps1", ".psm1", ".psd1", ".pssc", ".psrc" ],
"aliases": [ "PowerShell", "powershell", "ps", "ps1" ],
"configuration": "./powershell.configuration.json"
}],
"grammars": [{
"language": "powershell",
"scopeName": "source.powershell",
"path": "./syntaxes/PowershellSyntax.tmLanguage"
}]
"languages": [
{
"id": "powershell",
"extensions": [
".ps1",
".psm1",
".psd1",
".pssc",
".psrc",
".ps1xml"
],
"aliases": [
"PowerShell",
"powershell",
"ps",
"ps1"
],
"configuration": "./powershell.configuration.json"
}
],
"grammars": [
{
"language": "powershell",
"scopeName": "source.powershell",
"path": "./syntaxes/PowershellSyntax.tmLanguage"
}
]
}
}
\ No newline at end of file
......@@ -7,7 +7,6 @@
<string>ps1</string>
<string>psm1</string>
<string>psd1</string>
<string>ps1xml</string>
</array>
<key>name</key>
<string>PowerShell</string>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册