提交 98cc5900 编写于 作者: L Lucas Araujo

Undoing some changes

上级 464487d9
......@@ -2,34 +2,18 @@
"name": "clojure",
"version": "0.1.0",
"publisher": "vscode",
"engines": {
"vscode": "*"
},
"engines": { "vscode": "*" },
"contributes": {
"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"
}
]
"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"
}]
}
}
\ No newline at end of file
......@@ -2,36 +2,18 @@
"name": "powershell",
"version": "0.1.0",
"publisher": "vscode",
"engines": {
"vscode": "*"
},
"engines": { "vscode": "*" },
"contributes": {
"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"
}
]
"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"
}]
}
}
\ No newline at end of file
......@@ -48,7 +48,6 @@ var globals = <IGlobalScope><any> (typeof self === 'object' ? self : global);
// IE: "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.3; Zune 4.7)"
// Opera: "Opera/9.80 (Windows NT 6.1; U; en) Presto/2.9.168 Version/11.52"
// FF: "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0"
// Edge: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246"
// LINUX:
// chrome: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36"
......
......@@ -8,13 +8,13 @@ define([
"vs/languages/html/common/html.contribution",
"vs/languages/javascript/common/javascript.contribution",
"vs/languages/json/common/json.contribution",
"vs/languages/less/common/less.contribution",
"vs/languages/markdown/common/markdown.contribution",
"vs/languages/php/common/php.contribution",
"vs/languages/plaintext/common/plaintext.contribution",
"vs/languages/razor/common/razor.contribution",
"vs/languages/sass/common/sass.contribution",
"vs/languages/typescript/common/typescript.contribution"
"vs/languages/typescript/common/typescript.contribution",
"vs/languages/less/common/less.contribution",
"vs/languages/sass/common/sass.contribution"
], function() {
"use strict";
});
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册