Skip to content

Commit 20ad4aa

Browse files
committed
[shell] switch grammar to atom/language-shellscript
1 parent 3c8dd92 commit 20ad4aa

3 files changed

Lines changed: 252 additions & 221 deletions

File tree

extensions/shellscript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "vscode",
55
"engines": { "vscode": "*" },
66
"scripts": {
7-
"update-grammar": "node ../../build/npm/update-grammar.js textmate/shellscript.tmbundle Syntaxes/Shell-Unix-Bash.tmLanguage ./syntaxes/Shell-Unix-Bash.tmLanguage.json"
7+
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-shellscript grammars/shell-unix-bash.cson ./syntaxes/shell-unix-bash.tmLanguage.json"
88
},
99
"contributes": {
1010
"languages": [{
@@ -19,7 +19,7 @@
1919
"grammars": [{
2020
"language": "shellscript",
2121
"scopeName": "source.shell",
22-
"path": "./syntaxes/Shell-Unix-Bash.tmLanguage.json"
22+
"path": "./syntaxes/shell-unix-bash.tmLanguage.json"
2323
}]
2424
}
2525
}

0 commit comments

Comments
 (0)