Skip to content

Commit

Permalink
Try out new shellscript grammar! (#169118)
Browse files Browse the repository at this point in the history
Part of #77675
  • Loading branch information
alexr00 authored Dec 14, 2022
1 parent 8b939ad commit fcb4dd3
Show file tree
Hide file tree
Showing 5 changed files with 2,193 additions and 928 deletions.
9 changes: 4 additions & 5 deletions extensions/shellscript/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
"component": {
"type": "git",
"git": {
"name": "atom/language-shellscript",
"repositoryUrl": "https://github.com/atom/language-shellscript",
"commitHash": "4f8d7bb5cc4d1643674551683df10fe552dd5a6f"
"name": "jeff-hykin/better-shell-syntax",
"repositoryUrl": "https://github.com/jeff-hykin/better-shell-syntax",
"commitHash": "b05618771b35b4baa25661dff91170b4924fdac8"
}
},
"license": "MIT",
"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.",
"version": "0.28.2"
"version": "1.2.8"
}
],
"version": 1
Expand Down
2 changes: 1 addition & 1 deletion extensions/shellscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"vscode": "*"
},
"scripts": {
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin atom/language-shellscript grammars/shell-unix-bash.cson ./syntaxes/shell-unix-bash.tmLanguage.json"
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin jeff-hykin/better-shell-syntax autogenerated/shell.tmLanguage.json ./syntaxes/shell-unix-bash.tmLanguage.json"
},
"contributes": {
"languages": [
Expand Down
Loading

0 comments on commit fcb4dd3

Please sign in to comment.