mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
22
extensions/r/package.json
Normal file
22
extensions/r/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "r",
|
||||
"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",
|
||||
"extensions": [ ".r", ".rhistory", ".rprofile", ".rt" ],
|
||||
"aliases": [ "R", "r" ],
|
||||
"configuration": "./language-configuration.json"
|
||||
}],
|
||||
"grammars": [{
|
||||
"language": "r",
|
||||
"scopeName": "source.r",
|
||||
"path": "./syntaxes/r.tmLanguage.json"
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user