Skip to content

Commit fcafbd6

Browse files
authored
Revert "Try out new shellscript grammar! (microsoft#169118)" (microsoft#173536)
This reverts commit fcb4dd3. Fixes microsoft#173336
1 parent 6f4a402 commit fcafbd6

File tree

5 files changed

+913
-2178
lines changed

5 files changed

+913
-2178
lines changed

extensions/shellscript/cgmanifest.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"component": {
55
"type": "git",
66
"git": {
7-
"name": "jeff-hykin/better-shell-syntax",
8-
"repositoryUrl": "https://github.com/jeff-hykin/better-shell-syntax",
9-
"commitHash": "b05618771b35b4baa25661dff91170b4924fdac8"
7+
"name": "atom/language-shellscript",
8+
"repositoryUrl": "https://github.com/atom/language-shellscript",
9+
"commitHash": "4f8d7bb5cc4d1643674551683df10fe552dd5a6f"
1010
}
1111
},
1212
"license": "MIT",
13-
"version": "1.2.8"
13+
"description": "The file syntaxes/shell-unix-bash.tmLanguage.json was derived from the Atom package https://github.com/atom/language-shellscript which was originally converted from the TextMate bundle https://github.com/textmate/shellscript.tmbundle.",
14+
"version": "0.28.2"
1415
}
1516
],
1617
"version": 1

extensions/shellscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"vscode": "*"
1010
},
1111
"scripts": {
12-
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin jeff-hykin/better-shell-syntax autogenerated/shell.tmLanguage.json ./syntaxes/shell-unix-bash.tmLanguage.json"
12+
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin atom/language-shellscript grammars/shell-unix-bash.cson ./syntaxes/shell-unix-bash.tmLanguage.json"
1313
},
1414
"contributes": {
1515
"languages": [

0 commit comments

Comments
 (0)