Skip to content

Commit

Permalink
[r] add update grammar script
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed May 18, 2017
1 parent 72cb93c commit 5a700f5
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 317 deletions.
5 changes: 4 additions & 1 deletion extensions/r/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js textmate/r.tmbundle Syntaxes/R.plist ./syntaxes/r.tmLanguage.json"
},
"contributes": {
"languages": [{
"id": "r",
Expand All @@ -13,7 +16,7 @@
"grammars": [{
"language": "r",
"scopeName": "source.r",
"path": "./syntaxes/R.plist"
"path": "./syntaxes/r.tmLanguage.json"
}]
}
}
316 changes: 0 additions & 316 deletions extensions/r/syntaxes/R.plist

This file was deleted.

Loading

0 comments on commit 5a700f5

Please sign in to comment.