提交 e3ce1668 编写于 作者: M Martin Aeschlimann

[powershell] switch grammar to powershell/editorsyntax. Fixes #36991, fixes #43224

上级 d03e2c28
...@@ -44,7 +44,7 @@ const extensions = [ ...@@ -44,7 +44,7 @@ const extensions = [
'objective-c', 'objective-c',
'perl', 'perl',
'php', 'php',
// 'powershell', grammar not ready yet, @daviwil will ping when ready 'powershell',
'pug', 'pug',
'python', 'python',
'r', 'r',
......
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: // ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
[{ [{
"name": "SublimeText/PowerShell", "name": "PowerShell/EditorSyntax",
"version": "0.0.0", "version": "0.0.0",
"license": "MIT", "license": "MIT",
"repositoryURL": "https://github.com/SublimeText/PowerShell" "repositoryURL": "https://github.com/powershell/editorsyntax"
}] }]
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"grammars": [{ "grammars": [{
"language": "powershell", "language": "powershell",
"scopeName": "source.powershell", "scopeName": "source.powershell",
"path": "./syntaxes/PowershellSyntax.tmLanguage" "path": "./syntaxes/powershell.tmLanguage.json"
}], }],
"snippets": [{ "snippets": [{
"language": "powershell", "language": "powershell",
...@@ -21,6 +21,6 @@ ...@@ -21,6 +21,6 @@
}] }]
}, },
"scripts": { "scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js SublimeText/PowerShell Support/PowershellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json" "update-grammar": "node ../../build/npm/update-grammar.js PowerShell/EditorSyntax PowerShellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json"
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册