This commit is contained in:
@ -0,0 +1 @@
|
||||
{"comments":{"lineComment":"#"},"brackets":[["{","}"],["[","]"],["(",")"]],"autoClosingPairs":[["{","}"],["[","]"],["(",")"],["`","`"],{"open":"\"","close":"\"","notIn":["string"]},{"open":"'","close":"'","notIn":["string","comment"]},{"open":"%","close":"%","notIn":["string","comment"]}],"surroundingPairs":[["{","}"],["[","]"],["(",")"],["`","`"],["\"","\""],["'","'"]]}
|
1
vscode-server-linux-x64-web/extensions/r/package.json
Normal file
1
vscode-server-linux-x64-web/extensions/r/package.json
Normal file
@ -0,0 +1 @@
|
||||
{"name":"r","displayName":"%displayName%","description":"%description%","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin REditorSupport/vscode-R syntax/r.json ./syntaxes/r.tmLanguage.json"},"categories":["Programming Languages"],"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"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}}
|
@ -0,0 +1 @@
|
||||
{"displayName":"R Language Basics","description":"Provides syntax highlighting and bracket matching in R files."}
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user